| Time / Date | Job / Site | Checkpoint | Method | Scan Protocol Data (Message/Images) |
|---|---|---|---|---|
|
{{ $scan->scanned_at->format('H:i:s') }}
{{ $scan->scanned_at->format('M d, Y') }}
|
{{ $scan->schedule->site->name ?? 'N/A' }}
Duty #{{ $scan->schedule->duty_number ?? 'N/A' }}
|
{{ $scan->checkpoint->name ?? 'N/A' }}
@if($scan->tourRoute)
Route: {{ $scan->tourRoute->name }}
@endif
|
@if($scan->is_manual)
MANUAL
@else
QR/NFC
@endif
{{ strtoupper($type) }}
|
@if($type === 'message' && $scan->employee_message)
@endif
@if($type === 'photo')
@if($scan->evidence_image)
@endif
@if($type === 'log_only')
Verified Log Only
@endif
|
| No scan history records found for the selected criteria. | ||||