@extends('layouts.admin') @section('page-title', 'Menu Navigasi') @section('header-actions') + Tambah Menu @endsection @section('content')
@if ($brandId)| Urutan | Label | Slug / URL | Parent | Status | Aksi |
|---|---|---|---|---|---|
| ⣿ {{ $menu->sort_order }} | @if ($menu->parent_id) ↳ @endif {{ $menu->label }} |
@if ($menu->url)
{{ $menu->url }}
@else
/{{ optional($menu->brand)->slug }}/{{ $menu->slug }}
@endif
|
{{ optional($menu->parent)->label ?? '—' }} | ||
| Belum ada menu. Tambah sekarang. | |||||
☰
Pilih brand terlebih dahulu.