@extends('../layout/menu/' . session('layout')) @section('subcontent')

Dashboard

Reload Data
{{$vacantrooms}}
Vacant Rooms Today
@forelse($meal_plans as $row) @if($row['meal_plan']==1)

Tomorrow Breakfast Pax : {{$row['paxs']}}

@endif @if($row['meal_plan']==2)

Tomorrow Lunch Pax : {{$row['paxs']}}

@endif @if($row['meal_plan']==3)

Tonight Dinner Pax : {{$row['paxs']}}

@endif @empty @endforelse
Today Meal Count
22%
{{$arrivals}}
Today Arrivals
{{$inhouse_guests}}
Inhouse Guests
@endsection