fe
@if (session('success'))
{{ session('success') }}
@endif
Patient Records
Add Patient| Patient Name | Age | Gender | Mobile No. | Doctor | Hospital Name | |
|---|---|---|---|---|---|---|
| {{ $patient->patient_name }} | {{ $patient->age }} | {{ $patient->gender }} | {{ $patient->phone }} | {{ $patient->dr_name }} | {{ $patient->hospital_name ?? 'N/A' }} | |
| No patients found. | ||||||