No brands found.
Create your first brand to start building the catalog.
| Logo | Name | Slug | Status | Created | Actions |
|---|---|---|---|---|---|
|
@php
$logoSrc = null;
if (! empty($brand->logo_path)) {
$logoSrc = str_starts_with((string) $brand->logo_path, 'http://') || str_starts_with((string) $brand->logo_path, 'https://')
? $brand->logo_path
: asset($brand->logo_path);
}
@endphp
@if ($logoSrc)
|
{{ $brand->name }} | {{ $brand->slug }} | @if ($brand->is_active) Active @else Hidden @endif | {{ $brand->created_at->format('d M Y') }} |