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

Hello, {{ $name }}

Your Appointment Booked SuccessFully on {{ $date }} between {{ $time }}.

Click the below button to cancel the appointment.

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