@extends('layouts.app') @section('title', 'Manage Brands - Admin') @section('content')
Brand Desk

Brand Management

@forelse($brands as $brand) @empty @endforelse
Brand Name / Logo Slug Status Action
@if($brand->logo) @else @endif
{{ $brand->name }}
ID: #{{ $brand->id }}
{{ $brand->slug }} @if($brand->status) Live @else Inactive @endif

No Brands Found

Start by adding your first product brand.

Add New Brand
@if($brands->hasPages()) @endif
Brand Intelligence
Market Growth
Total Brands {{ $brands->total() }}
Active Partners {{ \App\Models\Brand::where('status', 1)->count() }}
Recent Report
New Brands (7d) +2
Top Performing Apple
SEO Tip

Adding a high-quality logo and SEO-friendly slug to each brand improves product discoverability in search engines.

@endsection