@extends('layouts.app') @section('title', __('ui.dashboards.doctor_title')) @section('content')
| When | Patient | Department | Status | |
|---|---|---|---|---|
| {{ $a->scheduled_at }} | {{ $a->patient->user->name ?? '-' }} | {{ $a->department->name ?? '-' }} | {{ $a->status }} | {{ __('ui.common.open') }} |
| Qəbul yoxdur. | ||||