@extends('layouts.admin') @section('title') Booking Calendar @endsection @section('content')
chevron_left chevron_right
@foreach($displayDates as $displayDate) @endforeach @include('admin.reservations.includes.calendar-body')
{{"{$displayDate->day} {$displayDate->shortEnglishDayOfWeek}"}}
{{$displayDate->englishMonth}}
Booking Status
Booking confirmed.
Guest did not show up.
Guest has checked in.
Guest has checked out.
Booking cancelled.
@component('admin.includes.loader') @endcomponent @endsection @section('js') @endsection