@if($isps->count() > 0)
@if($isps->count() == 1)
@php $isp = $isps->first(); @endphp
{{ $isp->name }} ({{ $isp->code }})
@else
@endif
@else
No ISP/Branch assigned to your account. Please contact administrator.
@endif
@error('isp_id')
{{ $message }}
@enderror
Select the ISP this department belongs to (Required)