@extends('layouts.admin') @section('title', 'Brands') @section('breadcrumb')
| Logo | Name | Slug | Status | Actions |
|---|---|---|---|---|
|
@if($brand->logo)
|
{{ $brand->name }} | {{ $brand->slug }} | {{ $brand->is_active ? 'Active' : 'Inactive' }} | Edit |
| No brands found. | ||||