@extends('frontend.layouts.app-singapore') @section('title') Grupo Alegria | Alegria Singapore @endsection @section('seo') @endsection @section('content')

Reservation

Home / Branches / Alegria SG / Reservation

{{--

BILLING DETAILS

--}}

RESERVE SUCCESSFUL

YOUR RESERVATION DETAILS

{{-- Edit Reservation Details --}}

Name: {{ $bookings->first_name }} {{ $bookings->last_name }}

Date of Reservation: {{ date('M j, Y', strtotime($bookings->assigned_date)) }}

No. of Pax: {{ $bookings->pax }}

Occassion: {{ $bookings->occasion }}

Email: {{ $bookings->email }}

Preferred Time: {{ date('g:i A', strtotime($bookings->assigned_time)) }}

Contact No.: {{ $bookings->contact }}

Diet Restrictions: {{ $bookings->diet }}

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