@extends('adminlte::page') @section('title', 'Brand Details - MobileSentrix Admin') @section('content_header')
| ID | {{ $brand->id }} |
|---|---|
| Name | {{ $brand->name }} |
| Slug | {{ $brand->slug }} |
| Status | @if($brand->is_active) Active @else Inactive @endif |
| Products | {{ $brand->products->count() }} |
| Created | {{ $brand->created_at->format('M d, Y H:i') }} |
| Updated | {{ $brand->updated_at->format('M d, Y H:i') }} |
{{ $brand->description }}
@endifNo products associated with this brand.
@endif