WIP Campaign / Tranche Report
Total Units
{{ number_format($totalUnits) }}
Total Hours
{{ number_format($totalHours, 2) }}
Total Value
£{{ number_format($totalValue, 2) }}
@forelse($rows as $row) @empty @endforelse
Campaign Tranche Client Value Entries Units Hours
{{ $row->solicitor_name ?? '-' }} {{ $row->tranche_name ?? 'No Tranche' }} {{ trim($row->client_name_first . ' ' . $row->client_name_last) ?: 'Client #' . $row->client_id }} £{{ number_format($row->total_value, 2) }} {{ number_format($row->total_entries) }} {{ number_format($row->total_units) }} {{ number_format($row->total_hours, 2) }}
No WIP found for this campaign/tranche.
Total {{ number_format($totalUnits) }} {{ number_format($totalHours, 2) }}