{{ __('translation.dashboards') }}
{{ __('Receptionist') }}
{{ $user->last_login }}
{{ __('translation.items-per-page') }}
{{ __('translation.appointments') }}
{{ __('translation.doctors') }}
{{ __('translation.patients') }}
{{ __("translation.today's-appointments") }}
{{ __('translation.tomorrow-appointments') }}
{{ __('translation.upcoming-appointments') }}
{{ __('Sr.No.') }} | {{ __('Patient Name') }} | {{ __('Doctor Name') }} | {{ __('Date') }} | {{ __('Contact No ') }} | {{ __('Time') }} |
---|---|---|---|---|---|
{{ $loop->index + 1 }} | {{ $item->patient->first_name . ' ' . $item->patient->last_name }} | {{ @$item->doctor->user->first_name . ' ' . @$item->doctor->user->last_name }} | {{ $item->appointment_date }} | {{ $item->patient->mobile }} | {{ $item->timeSlot->from . ' ' . $item->timeSlot->to }} |