Manage PE code wipe requests and GPS location records.
| PE Code | Status | Reported | Resolved | GPS Count | Note | Updated | Actions |
|---|---|---|---|---|---|---|---|
| {{ $phone->pe_code }} | @if ($phone->status === $resolvedStatus) resolved @else active @endif | {{ optional($phone->reported_at)->format('Y-m-d H:i') ?: '-' }} | {{ optional($phone->resolved_at)->format('Y-m-d H:i') ?: '-' }} | {{ $phone->gps_locations_count }} | {{ $phone->note ? \Illuminate\Support\Str::limit($phone->note, 80) : '-' }} | {{ optional($phone->updated_at)->format('Y-m-d H:i') ?: '-' }} | Edit |
| No lost phone PE codes found. | |||||||
| PE Code | Device | Latitude | Longitude | Accuracy | Source | Captured At | IP | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $gps->pe_code }} | {{ $gps->device_id ?: '-' }} | {{ $gps->latitude }} | {{ $gps->longitude }} | {{ $gps->accuracy_m !== null ? $gps->accuracy_m . ' m' : '-' }} | {{ $gps->source }} | {{ optional($gps->captured_at)->format('Y-m-d H:i:s') ?: '-' }} | {{ $gps->captured_ip ?: '-' }} | |
| No GPS locations found. | ||||||||