Add new Brand
@if(session()->has('success'))
@endif
@if(session()->has('errorMessage'))
@endif
@include('admin.brands.form', ['action' => 'brands.store'])
{{ session('success')}}
{{ session('errorMessage')}}