Edit Brand
@if($errors->any())
Please fix the following errors:
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
Edit Brand
Brand Name
*
@error('name')
{{ $message }}
@enderror
Brand Logo
@if($brand->logo)
Current Logo
{{ basename($brand->logo) }}
Remove
@endif
{{ $brand->logo ? 'Click to replace logo' : 'Click to upload' }}
PNG, JPG, GIF, SVG or WebP (Max 2MB)
@error('logo')
{{ $message }}
@enderror
Description
{{ old('description', $brand->description) }}
Sort Order
Lower = higher priority
Status
is_active) ? 'checked' : '' }}>
Active
Update Brand
Cancel
Delete
@csrf @method('DELETE')