@extends('layouts.app') @section('title', __('ui.dashboards.patient_title')) @section('content')

{{ __('ui.dashboards.patient_title') }}

{{ __('ui.common.welcome') }}, {{ $patient->user->name ?? '' }}
{{ __('ui.common.book_appointment') }}
{{ __('ui.dashboards.upcoming') }}
@forelse ($upcoming as $a) @empty @endforelse
When Doctor Department Status
{{ $a->scheduled_at }} {{ $a->doctor->user->name ?? '-' }} {{ $a->department->name ?? '-' }} {{ $a->status }}
Qəbul yoxdur.
@endsection