@extends('layouts.app') @section('title', 'New Patient') @section('content')
@csrf
Patient Details
Auto-generated on save.
@error('reference_phone')
{{ $message }}
@enderror
Address (Pakistan)
Fee Details
@include('patients.partials.fee_fields', ['patient' => null])
First Visit
@include('patients.partials.visit_fields')
Cancel
@endsection