@php $bands = \Vanguard\Services\Performance\PerformanceScoreBand::all(); @endphp
@foreach($bands as $band)
{{ $band['label'] }} ({{ $band['range'] }})
@endforeach