Latest Invoices
@foreach($recent_invoices as $invoice)

Patient : {{ \FormHelper::patientUserName($appointment->patient_id) }} Doctor : {{ \FormHelper::userName($appointment->doctor_user_id) }} appointment time {{ date('d-m-Y h:m',strtotime($appointment->at)) }}

@endforeach