@extends('layouts.app') @section('title', 'Laporan Lapangan') @section('content')
| ID | Petugas | Dispatch | Status | Waktu | Aksi |
|---|---|---|---|---|---|
| {{ $report->id }} | {{ $report->officer->user->name }} | #{{ $report->dispatch_id }} | {{ ucfirst($report->status) }} | {{ $report->created_at->format('d/m/Y H:i') }} | Detail |
| Tidak ada data laporan | |||||