@extends('layouts.app') @section('title', 'All Patients') @section('content')
| Patient ID | Name | Appointments | Prescriptions | ||||
|---|---|---|---|---|---|---|---|
| {{ $patient->patient_id }} |
{{ $patient->full_name }}
@if($patient->identity_number)
ID: {{ $patient->identity_number }}
@endif
|
{{ $patient->appointments_count }} | {{ $patient->prescriptions_count }} | ||||
| No patients found. | |||||||