@extends('layouts.app') @section('title', 'Edit Patient | ' . $patient->full_name) @section('content')
{{ $patient->mrn }} {{ $patient->full_name }}
@csrf @method('PUT')

Personal Information

Address

Next of Kin

Insurance

Medical Alerts

@php $alerts = $patient->alerts ?? []; @endphp
Cancel
@endsection