@extends('layouts.app') @section('content')
Back

Edit Missing Person Report

@csrf @method('PUT') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Reporter Information

Your details remain private and are only for verification.

Missing Person Details
Identification & Documents
Leave empty to keep current photo.
@if($missingPerson->photo) @endif
Leave empty to keep current FIR.
@if($missingPerson->fir_copy)
FIR Attached
@endif
Cancel
@endsection