@extends('admin.layouts.app') @section('title', 'Brands') @section('content')
Manage product brands
| Brand | Slug | Products | Status | Actions |
|---|---|---|---|---|
|
@if($brand->logo)
|
{{ $brand->slug }} | {{ $brand->products_count ?? 0 }} | @if($brand->status) Active @else Inactive @endif | |
|
No brands found |
||||