@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @endcomponent @endslot {{-- Body --}}

{{ __('messages.mail.hello') }} {{ $toName }}

{{ $name }} {{ __('messages.mail.booked_appointment_with_you') }} .

{{ __('messages.mail.appointment_time') }} : {{ $date }} - {{ $from_time }} {{__('messages.common.to')}} {{ $to_time }}

{{ __('messages.mail.vcard_name') }} {{ $vcard_name }}

{{ __('messages.vcard.mobile_number') }} : {{ $phone }}

{{ getAppName() }}

{{-- Footer --}} @slot('footer') @component('mail::footer')
© {{ date('Y') }} {{ getAppName() }}.
@endcomponent @endslot @endcomponent