Usage & quotas

{{ $organization->name }} ยท {{ ucfirst($tier) }} plan

@foreach ($quotas as $metric => $limit) @php $used = (int) ($summary[$metric] ?? 0); $pct = $limit > 0 ? min(100, round(($used / $limit) * 100)) : 0; @endphp

{{ str_replace('_', ' ', ucfirst($metric)) }}

{{ number_format($used) }} / {{ number_format($limit) }}
@endforeach