@foreach (['danger', 'warning', 'success', 'info'] as $msg)
@if(Session::has('alert-' . $msg))
@else
{{ Session::get('alert-' . $msg) }}
@endif
@endforeach
List of Agents
@if(count($agents) > 0)No Data Found...
@endif