@extends('admin.layouts.app') @section('title', 'Brands') @section('content')
| # | Brand | Products | Status | |
|---|---|---|---|---|
| {{ $brand->sort_order }} |
@if($brand->logo)
{{ strtoupper(substr($brand->name,0,1)) }}
@endif
{{ $brand->name }}
|
{{ $brand->products_count }} | {{ $brand->is_active ? 'Active' : 'Hidden' }} | |
|
No brands yet
Add your first brand — Dell, HP, Lenovo…
| ||||