A booking has been cancelled

@isset($booking->first_name) {{ $booking->first_name }}@endisset @isset($booking->last_name) {{ $booking->last_name }} @endisset has cancelled their booking, full details are below.

Name: @isset($booking->first_name) {{ $booking->first_name }} @endisset @isset($booking->last_name) {{ $booking->last_name }} @endisset
Email: @isset($booking->email) {{ $booking->email }} @endisset
Reservation Date: @isset($booking->reservation_date) {{ date('d/m/Y', strtotime($booking->reservation_date)) }}@endisset
Reservation Time: @isset($booking->reservation_time) {{ $booking->reservation_time }}@endisset
Number of guests: @isset($booking->guest_number) {{ $booking->guest_number }}@endisset people
Your joining us for: @isset($booking->joining_for) {{ str_replace('_', ' ', $booking->joining_for) }}@endisset

Call us: 0151 705 1005

Email us: info@puffinrooms.co.uk