@extends('layouts.admin.app') @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach
@csrf

Create Agent Product

@endsection