@extends('Admin.layout') @section('content') {{-- Header --}}
Details
{{-- Patient identity strip --}}
{{ strtoupper(substr($patient->patient_name, 0, 1)) }}
{{ $patient->patient_name }}
Patient ID ยท {{ $patient->sheet_no }}
{{-- Step navigation --}}
{{-- Form panel --}}
Profile Details
@csrf
{{-- OP Number --}}
{{-- Name --}}
{{-- Gender --}}
{{-- Age --}}
{{-- Phone --}}
{{-- Email --}}
{{-- Address --}}
{{-- Sticky bottom action bar --}}
@endsection