@extends('layouts.backend.app') @section('title','Menus') {{--@push('css') @endpush--}} @section('content')
{{ __('All Menus') }}
@can(\App\Models\Permission::PERM_MENU_CREATE) @endcan
{{-- how to use callout --}}
How To Use:

You can output a menu anywhere on your site by calling menu('name')

@foreach($menus as $key => $menu) @endforeach
# Name Action
#{{ $key + 1 }} {{ $menu->name }} {{-- --}} {{-- Builder --}} {{-- Edit --}} {{--@if ($menu->deletable == true) @endif--}}
@endsection @push('js') {{-- --}} @endpush