Hello,
You have received a new booking request for your property.
Property: {{ $booking->property->title }}
Client: {{ $booking->user->first_name }} {{ $booking->user->last_name }}
Email: {{ $booking->user->email }}
Date: {{ $booking->inspection_date }}
Time: {{ $booking->inspection_time }}
Please review and take action in your dashboard.
Regards,
{{ config('app.name') }}