@extends('layouts.app') @section('header_title', 'Patient Directory') @section('content')
| Code | Full Name | Gender/Age | Phone | HMO Insurance |
|---|---|---|---|---|
| {{ $patient->patient_code }} | {{ $patient->full_name }} | {{ $patient->gender }} / {{ $patient->age }}yrs | {{ $patient->phone }} | {{ $patient->insurance_provider }} |