@extends('admin.layouts.app') @section('title', 'Brand Details') @section('content')
Brand: {{ $brand->slug }}
Total Products
{{ $brand->products()->count() }}
Active Products
{{ $brand->products()->where('is_active', true)->count() }}
Created
{{ $brand->created_at->format('M d, Y') }}
{{ $brand->created_at->diffForHumans() }}
Official brand logo and visual identity
This logo represents the brand's visual identity and is used across all marketing materials.
Detailed information about the brand
This brand doesn't have a description yet.
Products that belong to this brand
${{ number_format($product->price, 2) }}
Basic brand details
Manage this brand