@extends('layouts.app') @section('content')
| Code | Name | Phone | Gender | Status | ||
|---|---|---|---|---|---|---|
| {{ $patient->patient_code }} | {{ $patient->user->name }} | {{ $patient->user->email }} | {{ $patient->user->phone }} | History Reports | {{ ucfirst($patient->gender) }} | {{ ucfirst($patient->status) }} |
| No patients found. | ||||||