@yield('header_title', 'Booking Notification')

@if(isset($property))

{{ $property->name }}

@endif
@yield('content')
@if(isset($property))

Thank you for choosing {{ $property->name }}.
We look forward to hosting you!

@if($property->primary_email)

📧 {{ $property->primary_email }}

@endif @if($property->primary_phone)

📞 {{ $property->phone_country_code ?? '' }} {{ $property->primary_phone }}

@endif @if($property->street_address)

📍 {{ $property->street_address }}, {{ $property->city ?? '' }}

@endif
@else

Thank you for your booking.
We look forward to hosting you!

@endif

This is an automated email. Please do not reply directly to this message.