@component('mail::message')
Hello {{ $shopManagerName }},
{{ $clientName }} has booked an appointment on {{ $appointmentDate }} at {{ $appointmentTime }} with
{{ $barberName }}.
Phone number: {{ $clientPhoneNumber }}
Location:
City: {{ $locationDetails['city'] }}
Full Address: {{ $locationDetails['full_address'] }}
Building: {{ $locationDetails['building'] }}
Floor Number: {{ $locationDetails['floor_number'] }}
Notes: {{ $locationDetails['notes'] }}
All the best,
The HomeCut Team
@endcomponent