@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
@endcomponent
@endslot
{{-- Body --}}
{{ $patientName }} Booked appointment with you with service {{$service}}.
Appointment Time : {{ $date }} - {{ $time }}
Thanks & Regards,
{{ getAppName() }}