@extends('layouts.app') @section('content')
| Logo | Nom | Crée le | Status | Actions |
|---|---|---|---|---|
@if($brand->logo)
@endif
|
{{ $brand->name }} | {{ $brand->created_at->translatedFormat('d M Y') }} | {{ $brand->status ? 'Active' : 'Inactive' }} |
Aucune catégorie trouvée.
@endif