@extends('layouts.app') @section('content')
| ID | Logo | Name | Slug | Status | Products | Actions |
|---|---|---|---|---|---|---|
| {{ $brand->id }} |
@if($brand->logo)
|
{{ $brand->name }} |
{{ $brand->slug }}
|
{{ $brand->is_active ? 'Active' : 'Inactive' }} | {{ $brand->products->count() }} Products | |
| No brands found. | ||||||