@extends('layouts.branch') @section('title', 'Edit Profile') @section('header', 'Medical Record Update') @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Registration Directory', 'url' => route('branch.patients.index')], ['name' => 'Update Profile', 'url' => route('branch.patients.edit', $patient->id)] ] ])
@csrf @method('PUT')

Profile Management

Modify existing clinical identity record

Identity Update

Update profile photography for verification

@error('uhid')

{{ $message }}

@enderror
Discard Update
@endsection @push('scripts') @endpush