@extends('../layout/home-layout') @section('title','Daily Forecast') @section('home-content')
Reservation ID | Room No | Basis | Paxs | Travel Agent | Checkin Date | Checkout Date | Status | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{$row->code}} | {{$row->get_room->room_name}} | {{$row->get_meal_plan->mealPlanCode}} | {{$row->mealcount}} | {{$row->agentName}} | {{$row->checkinDate}} | {{$row->checkoutDate}} | @switch($row->status) @case(0)Pending | @break @case(1)Confirmed | @break @case(2)Checked-in | @break @case(3)Checkout | @break @case(4)Cancelled | @break @default @endswitch