@foreach ($result as $item) @endforeach
Date Start Time End Time Phone Contact Person Floor Table Person Email Note Status Action
{{ date('d-m-Y', strtotime($item->date)) }} {{ date('h:i A', strtotime($item->from_time)) }} {{ date('h:i A', strtotime($item->to_time)) }} {{ $item->phone }} {{ $item->contact_person }} {{ $item->floor_id }} {{ $item->table_id }} {{ $item->person }} {{ $item->email }} {{ $item->note }} @if ($item->status == 1)

Active

@elseif($item->status == 2)

Inactive

@else

Not Registered

@endif