| ID | FULLY BOOKED DATES | RESERVATION TYPE | ACTION | @foreach ($fullybooker as $items)
|---|---|---|---|
| {{ $items->id }} | {{ $items->assigned_date }} | {{ $items->assigned_time }} |
| ID | BRANCH | CUSTOMER INFO | DATE | RESERVATION TYPE | OCCASSION | ACTION |
|---|---|---|---|---|---|---|
| {{ $items->id }} | {{ $items->branch }} |
{{ $items->first_name }} {{ $items->last_name }} {{ $items->contact }} {{ $items->payment_method }} |
{{ $items->assigned_date }} | {{ $items->assigned_time }} | @if ($items->occasion == 'Special Event') {{ $items->occasion }} @elseif ($items->occasion == 'Private Event') {{ $items->occasion }} @else {{ $items->occasion }} @endif | @if ($items->payment_status == 'Unpaid') @endif Edit Delete |