-
Member
{app('query')->getCustomerFullName($booking['customerid'])}
-
Check In
{$booking['checkin_string']}
-
Check Out
{$booking['check_out_string']}
-
Booking Type
{ucfirst($booking['type'])}
@if ($booking['type'] == 'property')
-
Rooms
{$booking['rooms']}
-
Adults
{$booking['adults']}
-
Children
{$booking['children']}
@else
@endif
-
Total
NGN {number_format($booking['total'], 0, '.', ',')}
-
Booking For
{ucfirst($booking['booking_for'])}
-
Traveling For Work
{ucfirst($booking['traveling'])}
{$data = json_encode(['bookingid' => $id]);}