@extends('layouts.app') @section('title', __('ui.dashboards.nurse_title')) @section('content')
| # | Patient | Type | Status |
|---|---|---|---|
| {{ $t->id }} | {{ $t->patient->user->name ?? '-' }} | {{ $t->type->name ?? '-' }} | {{ $t->status }} |
| No pending lab tests. | |||
| # | When | Status |
|---|---|---|
| {{ $a->id }} | {{ $a->scheduled_at }} | {{ $a->status }} |
| No upcoming appointments. | ||