@if($code === 'original')

🗓️ Don’t Miss Your Appointment!

Hey {{ $appointment->name }},

You’re just one step away from your consultation with Dr. {{ $appointment->doctor->fullname }} ({{ $appointment->doctor->specialist }}).

Mark your calendar for {{ \Carbon\Carbon::parse($appointment->date)->format('d F Y') }}.

@elseif($code === 'reminder')

🗓️ Don’t Miss Your Appointment!

Hey {{ $model->name }},

We would like to remind you that you have a consultation with Dr. {{ $model->doctor->fullname }} ({{ $model->doctor->specialist }}).

Mark your calendar for {{ $timeLabel }}.

@endif