@extends('layouts.branch') @section('title', 'New Registration') @section('header', 'Intake Form') @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Registration Directory', 'url' => route('branch.patients.index')], ['name' => 'Patient Intake', 'url' => route('branch.patients.create')] ] ])
@csrf

Patient Registration

Initialize universal clinical identity record

Profile Photography

Universal identity verification is mandatory

@error('uhid')

{{ $message }}

@enderror

Ensure compliance with data privacy policies

Cancel Intake
@endsection @push('scripts') @endpush