@extends('layouts.admin.app') @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach @if ($errors->any())
{{ implode(' | ', $errors->all()) }}
@endif
@csrf

Add Agent

@endsection