| Staff | Date | Hours | Type | Status | Actions |
|---|---|---|---|---|---|
|
{{ strtoupper(substr($item->staff->first_name ?? 'S', 0, 1)) }}
{{ $item->staff->first_name ?? '' }} {{ $item->staff->last_name ?? '' }}
|
{{ $item->work_date ? \Carbon\Carbon::parse($item->work_date)->format('d M Y') : '-' }} | {{ $item->hours ?? 0 }} hrs | @if($item->workType) {{ $item->workType->name }} @else - @endif | {{ ucfirst($item->status) }} |
@if($item->status == 'assigned' || $item->status == 'acknowledged')
@endif
View
|
| No extra work assignments found. | |||||