{{ __('translation.dashboards') }}
{{ __('Patient') }}
{{ $user->last_login }}
{{ __('This month') }}
{{ $data['monthly_diff'] }}% {{ __('From previous month') }}
{{ __('translation.appointments') }}
{{ __('translation.items-per-page') }}
{{ __('Sr.No.') }} | {{ __('Doctor Name') }} | {{ __('Date') }} | {{ __('Time') }} | {{ __('Status') }} |
---|---|---|---|---|
{{ $loop->index + 1 }} | {{ @$item->doctor->user->first_name }} {{ @$item->doctor->user->last_name }} | {{ $item->appointment_date }} | {{ $item->timeSlot->from . ' to ' . $item->timeSlot->to }} | @if ($item->status == 0) Pending @elseif ($item->status == 1 ) Success @elseif ($item->status == 2 ) Cancel @endif |