@switch($has_active_dispatch)
@case('AVL')
@break
@case('CALL')
@break
@case('BRK')
@break
@default
@break
@endswitch
@if (auth()->user()->active_unit->status != 'OFFDTY' && auth()->user()->active_unit->department_type != 2)
@if (auth()->user()->active_unit->is_panic)
Stop
Panic
@else
Panic
@endif
@endif
@if (auth()->user()->active_unit->status != 'OFFDTY' && auth()->user()->active_unit->department_type == 2)
Clear
Panics
@endif