WIP Tracking
Daily WIP Entries @if($dailyUserId) (Selected user) @endif
@if($dailyUserId) @endif
@forelse($dailyEntries as $entry) @empty @endforelse
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.
@foreach($monthlyTableData as $row) @foreach($row['months'] as $value) @endforeach @endforeach
User Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
{{ $row['name'] }} {{ number_format($value) }}
@script @endscript