@extends('admin.layout.layout') @section('content')

Brands Management

{{ $title }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('success_message')) @endif
@csrf @if(!empty($brand['id'])) @method('PUT') @endif
@if(!empty($brand['brand_image'])) @endif
@endsection