@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
@endcomponent
@endslot
{{-- Body --}}
Your Appointment Booked SuccessFully on {{ $date }} between {{ $time }}.
Email: {{ $email }}
@if($password != null)Password: {{ $password }}
@endifYou Can Login Using Email & password.
Click the below button to cancel the appointment.