Add Brands

@csrf
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($errors->has('status'))

{{ $errors->first('status') }}

@endif
@if($errors->has('logo'))

{{ $errors->first('logo') }}

@endif
@if($errors->has('description'))

{{ $errors->first('description') }}

@endif
@include('admin.layouts.footer')