{{-- resources/views/admin/patients/create.blade.php --}} @extends('layouts.app') @section('content')

Register Patient

Create a new patient record

@if ($errors->any())
Fix the following:
@endif
@csrf

Basic Information

Location

Next of Kin

Cancel

Guidance

Patient Number
Automatically generated after registration.

Date of Birth
Age is automatically computed from DOB.

Status
New patients are automatically marked active.

@endsection