@extends('layouts.app') @section('content')
ACTIVE SEARCH
@if($missingPerson->photo) {{ $missingPerson->name }} @else
@endif
MISSING SINCE {{ $missingPerson->date_missing->format('M d, Y') }}
CASE IDENTIFIED

{{ $missingPerson->name }}

CURRENT AGE
{{ $missingPerson->age }} Years
GENDER
{{ $missingPerson->gender }}
COMPLEXION
{{ $missingPerson->complexion ?? 'NOT SPECIFIED' }}
LAST DETECTED LOCATION
{{ $missingPerson->last_seen_location }}
Physical Profile
  • HEIGHT ESTIMATE {{ $missingPerson->height ?? 'N/A' }}
  • LANGUAGE PROFICIENCY {{ $missingPerson->language ?? 'N/A' }}
  • IDENTIFICATION MARKS {{ $missingPerson->identification_marks ?? 'NONE REPORTED' }}
Last Reported Attire

{{ $missingPerson->clothes ?? 'The reporting officer did not specify the attire worn during the last detection.' }}

@if($missingPerson->medical_condition)
Critical Medical Alert

{{ $missingPerson->medical_condition }}

@endif
Official Verification Protocol

This case has matched validated FIR records and is verified by FindMissing Compliance.

LEGAL VALIDITY: SECURE

Send Lead

Securely transmit sighting data to the reporter.

@if(session('success'))
{{ session('success') }}
@endif
@csrf
Only the case reporter will have access to see this data.
Photos / Video of sightings
END-TO-END ENCRYPTED
Community Protocol
  • Do not confront the individual directly if they appear unstable.
  • Note down GPS coordinates or building numbers immediately.
@endsection