Booking Created Successfully

Hello {{ $booking->user->first_name ?? 'User' }},

Your property inspection booking has been successfully created.

Property: {{ $booking->property->title }}

Date: {{ $booking->inspection_date }}

Time: {{ $booking->inspection_time }}

Status: {{ $booking->status }}

Thank you,
{{ config('app.name') }}