Add Brand
@if($errors->any())
Please fix the following errors:
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Brand Details
Brand Name
*
@error('name')
{{ $message }}
@enderror
Brand Logo
*
Click to upload or drag and drop
PNG, JPG, GIF, SVG or WebP (Max 2MB)
@error('logo')
{{ $message }}
@enderror
Description
{{ old('description') }}
Sort Order
Lower = higher priority
Status
Active
Create Brand
Cancel