@extends('layouts.app') @section('content')
| No. | Name | Mobile | Room | Check In | Check Out | Confirmed | Action |
|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$booking->customer->name}} | {{$booking->customer->mobile}} | {{$booking->roomPref}} | {{$booking->checkInDate}} | {{$booking->checkOutDate}} | @if($booking->confirmed) @else @endif | @if($booking->confirmed) @else @endif |