@extends('layouts.app') @section('title', 'Brands') @section('breadcrumb')
Manage product brands
| Logo | Brand Name | Products | Description | Status | Actions |
|---|---|---|---|---|---|
|
@if($brand->logo)
@endif
|
{{ $brand->name }} |
{{ $brand->products_count }} | {{ Str::limit($brand->description, 60) }} | {{ $brand->is_active ? 'Active' : 'Inactive' }} | |
| No brands found. | |||||