Brands Directory

Manage official manufacturer and product brands.

Add New Brand
@if(request()->hasAny(['search', 'is_active', 'sort_by'])) Reset @endif
@if($brands->isEmpty())
No brands added yet. Click the button above to add a brand.
@else
@foreach($brands as $brand) @endforeach
Brand Logo Brand Name Slug Status Actions
@if($brand->logo) {{ $brand->name }} @else @endif
{{ $brand->name }} {{ $brand->slug }} @if($brand->is_active) Active @else Inactive @endif
@csrf @method('DELETE')
{{ $brands->links() }}
@endif