@extends('layouts.admin') @section('page-title', 'Brands & Sub-Web') @section('header-actions') + Tambah Brand @endsection @section('content')
@forelse ($brands as $brand) @empty @endforelse
Urutan Brand Slug Status Portal Aksi
@if ($brand->logo_url) {{ $brand->name }} @endif {{ $brand->name }}
/{{ $brand->slug }} {{ match($brand->status) { 'active' => 'Aktif', 'coming_soon' => 'Segera', 'inactive' => 'Nonaktif', } }} {{ $brand->show_on_portal ? '✓' : '—' }}
@if ($brand->is_active) Lihat ↗ @endif Halaman Edit
@csrf @method('DELETE')
Belum ada brand. Buat sekarang.
@endsection @push('scripts') @endpush