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

Hello, {{ $name }}

{{ $patientName }} Booked appointment with you with service {{$service}}.

Appointment Time : {{ $date }} - {{ $time }}

Thanks & Regards,

{{ getAppName() }}

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