| ID |
Date |
Worker |
Equipment |
Checklist |
Status |
Actions |
@foreach($inspections as $inspection)
| #{{ $inspection->id }} |
{{ $inspection->inspection_date->format('M d, Y H:i') }} |
{{ $inspection->user->full_name }} |
{{ $inspection->equipment->name }} |
{{ $inspection->checklist->title }} |
{{ $inspection->getStatusLabel() }}
|
|
@endforeach
{{ $inspections->appends(request()->query())->links() }}