@extends('admin.layouts.app') @section('title', 'Add Brand') @section('content')

Add Brand

Create a new product brand

@csrf
@error('name')

{{ $message }}

@enderror

PNG, JPG up to 2MB

Cancel
@push('scripts') @endpush @endsection