Management Report @php $tiles = [ ['key' => 'active', 'label' => 'Total Active Clients', 'colour' => 'text-primary'], ['key' => 'signed_up', 'label' => 'Signed Up This Week (YL4U)', 'colour' => 'text-info'], ['key' => 'dsar', 'label' => 'At DSAR Stage', 'colour' => 'text-secondary'], ['key' => 'awaiting_tob', 'label' => 'Awaiting Terms of Business', 'colour' => 'text-secondary'], ['key' => 'submitted', 'label' => 'Fully Submitted to Redress', 'colour' => 'text-success'], ['key' => 'awaiting_panel', 'label' => 'Awaiting Panel Decision', 'colour' => 'text-warning'], ['key' => 'awards', 'label' => 'Receiving an Award', 'colour' => 'text-success'], ['key' => 'closed', 'label' => 'Completed & Closed', 'colour' => 'text-dark'], ['key' => 'unable', 'label' => 'Unable to Progress', 'colour' => 'text-danger'], ['key' => 'replacements', 'label' => 'Case Replacements', 'colour' => 'text-secondary'], ]; @endphp
@foreach($tiles as $tile)
{{ $stats[$tile['key']] }}

{{ $tile['label'] }}

@endforeach

Case Handler Submission Rate

@forelse($handlers as $handler) @empty @endforelse
Handler Submitted Active Caseload Submission Rate
{{ $handler['handler'] }} {{ $handler['submitted'] }} {{ $handler['total'] }} {{ $handler['rate'] }}%
No handler assignments found.

Cases Owed, Total Award Amounts and Aiker Fees are not yet included — they depend on a weekly counter and award/fee value fields that have not been built yet.