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

Active Registry.

Browsing verified missing person reports within the community network.

System Status
LIVE MONITORING
{{ $missingPersons->total() }}
Parameters
Reset
Safety First

If you match a case, use the encrypted lead form on the case page. Do not attempt direct contact without reporting through platform.

@forelse($missingPersons as $person)
@if($person->photo) {{ $person->name }} @else
NO IMAGE AVAILABLE
@endif
ID v{{ $person->id }}
{{ $person->age }} YRS
Verified Status

{{ $person->name }}

Last Detection
{{ Str::limit($person->last_seen_location, 25) }}
@empty

Intelligence Matrix Empty

No records found matching your specified parameters. Broaden your search or check again later.

Clear Registry Filter
@endforelse
{{ $missingPersons->links('pagination::bootstrap-5') }}
@endsection