Man power personnel log in to their panel to start/end duties with live photo verification. Admins can review every shift and export reports here.
Filtered Logged Duties
Accumulated Duty Duration
● Verified with Photo Proof
● Live Field Shifts
| Duty Code | Man Power | Start Time | End Time | Duration | Photos | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $d->duty_code }} {{ $d->duty_date?->format('d M Y') }} |
{{ $d->technician->name ?? 'Man Power' }}
{{ $d->technician->technician_code ?? 'N/A' }}
|
{{ $d->start_time ? $d->start_time->format('d M Y') : '—' }}
{{ $d->start_time ? $d->start_time->format('h:i A') : '' }}
|
@if($d->end_time)
{{ $d->end_time->format('d M Y') }}
{{ $d->end_time->format('h:i A') }}
@else
In Progress
@endif
|
{{ $d->formatted_duration }} |
|
@if($d->status === 'completed') Completed @else In Progress @endif | |
|
No man power duty records found for selected filters. |
|||||||