@extends('layouts.admin') @section('page-title', 'Brands & Sub-Web') @section('header-actions') + Tambah Brand @endsection @section('content')
| Urutan | Brand | Slug | Status | Portal | Aksi |
|---|---|---|---|---|---|
| ⣿ |
@if ($brand->logo_url)
|
/{{ $brand->slug }} |
{{ match($brand->status) { 'active' => 'Aktif', 'coming_soon' => 'Segera', 'inactive' => 'Nonaktif', } }} | {{ $brand->show_on_portal ? '✓' : '—' }} | |
| Belum ada brand. Buat sekarang. | |||||