@extends('frontend.layouts.app-manila-other') @section('title') Grupo Alegria | Alegria Manila @endsection @section('seo') @endsection @section('content')

Payment

Home / Branches / Alegria MNL / Payment

{{--

BILLING DETAILS

--}}

YOUR RESERVATION DETAILS

{{-- Edit Reservation Details --}}

Name: {{ session('first_name') }} {{ session('last_name') }}

Date of Reservation: {{ date('M j, Y', strtotime(session('assigned_date'))) }}

No. of Pax: {{ session('pax') }}

Preferred Menu: {{ session('menu') }}

Occasion: {{ session('occasion') }}

Email: {{ session('email') }}

Preferred Time: {{ session('assigned_time') }}

Contact No.: {{ session('contact') }}

RESERVATION DEPOSIT: 1,000.00

CHOOSE A PAYMENT METHOD

(CLICK ONE OF THE OPTIONS BELOW)

@csrf {{-- GCASH --}}
{{-- ONSITE PAYMENT --}} {{--
--}}

--------------------------------------------------

@endsection @section('style') @endsection @section('script') @endsection