@extends('Core.Admin.Http.Views.layout', [
'title' => __('admin.title', ['name' => __('admin.navigation.header')]),
])
@push('header')
@at('Core/Admin/Http/Views/assets/styles/pages/navigation.scss')
@endpush
@push('content')
@if (sizeof(navbar()->all(true)) > 0)
@foreach (navbar()->all(true) as $item)
-
@if ($item['icon'])
@endif
{{ $item['id'] }} - {{ __($item['title']) }}
@foreach ($item['children'] as $child)
-
@if ($child['icon'])
@endif
{{ $child['id'] }} - {{ __($child['title']) }}
@endforeach
@endforeach
@else
@t('def.no_results_found')
@endif
@endpush
@push('footer')
@at('https://SortableJS.github.io/Sortable/Sortable.js')
@at('Core/Admin/Http/Views/assets/js/pages/navigation/list.js')
@endpush