@component('mail::message')
@if($book_status == 0)
Booking status has change to Pending
@elseif($book_status == 1)
Booking has been Confirmed
@elseif($book_status == 2)
Booking is Cancelled
@elseif($book_status == 3)
Booking status has change to Completed
@else
Booking undefined
@endif
Hi {{ $client_name }}
Your Booking has been confirmed!
Booked Staff: {{ $staff_name }}
Job Role: {{ $job_role }}
Booking Date: {{ $booking_date }} | Booking Time: {{ $booking_time }}
Notes: {{ $notes }}
If you have questions feel free to contact us at enquiries@mandnhealthcare.com
Thanks,
{{ config('app.name') }}
@endcomponent