@php $selectedParties = array_values($filters['parties'] ?? []); $selectedPartyLabel = $selectedPartyLabel ?? 'All names'; @endphp
Code Name Type
No matching names
@foreach($selectedParties as $partyValue) @endforeach