@if (!empty($selectedAgents) && count($selectedAgents) > 0)
@foreach ($selectedAgents as $agentId => $agentName)
{{ strtoupper($agentName) }}
@endforeach
@endif