@include('partials/header') @include('partials/topbar') @include('partials/sidebar')
| MR #: | {{ $patient->mr_code }} |
| Name: | {{ ucwords($patient->name) }} |
| F/H Name: | {{ ucwords($patient->guardian) }} |
| Gender: | {{ ucwords($patient->genderName) }} |
| DOB: | {{ $patient->dob ? \Carbon\Carbon::createFromTimestamp($patient->dob)->format('d-m-Y') : 'N/A' }} |
| Cell No: | {{ $patient->mobile_no ?? 'N/A' }} |