{{ $loop->iteration }} |
{{ $appointment->patient->user->full_name }} |
{{ $appointment->doctor->user->full_name }} |
{{ $appointment->doctor->department->title }} |
{!! !empty($appointment->problem) ? nl2br(e($appointment->problem)) : __('messages.common.n/a') !!} |
{{ !empty($appointment->opd_date) ? date('jS M, Y g:i A', strtotime($appointment->opd_date)) : __('messages.common.n/a') }} |
@endforeach