@extends('admin.layouts.app') @section('title', 'Navigation Menu') @section('content')
New Nav Item
@forelse ($navItems as $item) @empty @endforelse
Label (EN) Label (AR) Parent URL Status Order Actions
{{ $item->label_en }} {{ $item->label_ar }} {{ $item->parent?->label_en ?? '—' }} {{ $item->url ?? '—' }} @include('admin.partials.status-badge', ['active' => $item->is_active])
@csrf
@csrf
Edit
No navigation items yet.
{{ $navItems->links() }}
@endsection