@php use App\Helpers\Helper; @endphp @extends('emails.layout') @section('content')
@if ($data['locationName'])
@else
@endif

{{__("Hello!")}}

{{ $data['appointment']->client_fullname }}

Everything is ready for the appointment of {{ $data['appointment']->patient_fullname }}! Here are the key details:

Remember: The consultation fee must be paid one hour prior to the scheduled time to confirm your reservation and enable access to the specialist call. Don't worry, we'll send you an email to ensure you don't forget.

Find attached a reminder for your calendar. We will make sure that {{ $data['appointment']->patient_fullname }} receives the best attention!

@endsection