@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
@endcomponent
@endslot
{{-- Body --}}
{{ $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 }}
{{ getAppName() }}