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

{{__("Hello!")}},

{{ $data['appointment']->doctor->full_name }}

You have a new appointment scheduled with {{ $data['appointment']->patient_fullname }}! Here are the key details:

@if ($data['appointment']->scheduleType->id == 3)

Note: You must contact the patient to confirm the appointment and provide the necessary instructions.

@endif

Note: It's important to confirm that payment has been completed one hour before the appointment.

Find attached a reminder for your calendar.

@endsection