@include('partials/header') @include('partials/topbar') @include('partials/sidebar')
ZMT Logo
Patient Registration
{{-- QR Code --}} QR Code
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' }}
{{--
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' }}
--}}
ZMT FL-6/6, Block 4 Gulshan-e-Iqbal, Karachi, Sindh
Tel: +92-21-34981242 / +92-323-2115770
info@zmtclinics.org
https://www.zmtclinics.org
@include('partials/footer')