@extends('layouts.admin') @section('title', 'Add New Brand') @section('breadcrumb') @endsection @section('content')

Brand Details

@csrf
@error('name') {{ $message }} @enderror
@error('logo') {{ $message }} @enderror
@endsection @push('scripts') @endpush