New Booking Received

Hello Admin,

A new booking has been made on Nzima Residence. Please review the details below:

Booking Details

  • Booking Reference: {{ $bookingData->booking_reference }}
  • Full Name: {{ $bookingData->full_name }}
  • Email: {{ $bookingData->email }}
  • Phone: {{ $bookingData->phone }}
  • Number of People: {{ $bookingData->number_of_people }}
  • @if($bookingData->special_request)
  • Special Request: {{ $bookingData->special_request }}
  • @endif @if($bookingData->bookable_type === App\Models\Accommodation::class)
  • Type: Accommodation
  • Check-in: {{ $bookingData->check_in }}
  • Check-out: {{ $bookingData->check_out }}
  • @elseif($bookingData->bookable_type === App\Models\EventRoom::class)
  • Type: Event Room
  • Start: {{ $bookingData->event_start }}
  • End: {{ $bookingData->event_end }}
  • @endif
  • Total amount (FBU): {{ number_format($bookingData->price, 0) }}

Please check the admin panel for further details and to confirm the booking.

Regards,
The Nzima Residence System