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') }}.
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 }}.