Estimated Value by Funding Tranche

@forelse($rows as $row) @empty @endforelse
Funding Tranche Clients Total Estimated Value 16% Fee Valuation Average Estimated Value
{{ $row->tranche_name }} {{ number_format($row->client_count) }} £{{ number_format($row->total_min) }} @if($row->total_max != $row->total_min) - £{{ number_format($row->total_max) }} @endif £{{ number_format($row->fee_min, 2) }} @if($row->fee_max != $row->fee_min) - £{{ number_format($row->fee_max, 2) }} @endif £{{ number_format($row->average_min) }} @if($row->average_max != $row->average_min) - £{{ number_format($row->average_max) }} @endif
No estimated values found.