| @lang('modules.bookAmenity.bookingTime') | @lang('modules.bookAmenity.numberOfpersons') |
|---|---|
| {{ \Carbon\Carbon::createFromFormat('H:i:s', $booking->booking_time)->format('h:i A') }} | @if ($booking->persons == 0 || $booking->persons == 'null') -- @else {{ $booking->persons }} @endif |