{{$appointment['data']->appointment_unique_id}}
{{ \Carbon\Carbon::parse($appointment['data']->date)->isoFormat('DD MMM YYYY')}} {{$appointment['data']->from_time}} {{$appointment['data']->from_time_type}} - {{$appointment['data']->to_time}} {{$appointment['data']->to_time_type}}
{{\App\Models\Appointment::STATUS[$appointment['data']->status]}}
{{$appointment['data']->doctor->user->full_name}}
{{$appointment['data']->services->name}}
{{ getCurrencyFormat(getCurrencyCode(),$appointment['data']->payable_amount)}}
{{($appointment['data']->payment_type === \App\Models\Appointment::PAID)?'PAID':'PENDING'}}
@if($appointment['data']->payment_type === \App\Models\Appointment::PAID)
{{ !empty($appointment['data']->payment_method) ? \App\Models\Appointment::PAYMENT_METHOD[$appointment['data']->payment_method] : __('messages.common.n/a') }}
@endif
{{$appointment['data']->created_at->diffForHumans()}}
@include('prescriptions.templates.templates') {{Form::hidden('prescriptionUrl',url('prescriptions'),['id'=>'indexPrescriptionUrl'])}} {{Form::hidden('doctorUrl',url('doctors'),['id'=>'indexPrescriptionDoctorUrl'])}} {{Form::hidden('patientUrl',route('patients.index'),['id'=>'indexPrescriptionPatientUrl'])}} {{ Form::hidden('prescriptionLang',__('messages.prescription.prescription'), ['id' => 'prescriptionLang']) }}