Latest Appointment
@foreach($appointments as $appointment)

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