@extends('layouts.app') @section('title', 'Edit — ' . $guest->full_name) @section('nav_guests', 'bg-teal-50 text-teal-700 font-semibold') @section('page_title', 'Edit Guest Profile') @section('page_subtitle', $guest->full_name) @section('content')
Back to Profile
@if($errors->any())
@endif
@csrf @method('PATCH') {{-- Personal Info --}}

Personal Information

{{-- Government ID --}}

Government ID

{{-- ID Image Upload --}}

Click to upload ID photo or scan

JPG, PNG, WebP · max 5 MB

{{-- Address --}}

Address

{{-- Notes & Flags --}}

Notes & Flags

{{-- Submit --}}
Cancel
@endsection