| Time | User | Client | Claim | Action | Units | Hours | Description |
|---|---|---|---|---|---|---|---|
| {{ $entry->started_at?->format('H:i') }} | {{ $entry->user?->name_first ?? 'Unknown' }} | {{ $entry->client?->full_name ?? $entry->client?->name ?? '-' }} | {{ $entry->claim?->id ?? '-' }} | {{ ucfirst($entry->activity_type) }} | {{ $entry->units }} | {{ $entry->hours }} | {{ $entry->description }} |
| No WIP entries found for this date. | |||||||
| User | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row['name'] }} | @foreach($row['months'] as $value){{ number_format($value) }} | @endforeach