@extends('layouts.app') @section('title', 'Edit Patient — '.$patient->serial_number) @section('content')
@csrf @method('PUT')
Patient Details
@error('reference_phone')
{{ $message }}
@enderror
Address (Pakistan)
Fee Details
@include('patients.partials.fee_fields', ['patient' => $patient])
Cancel
@endsection