@extends('admin.layouts.app') @section('title', 'Menus') @section('content')

Categories

All System Items
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable. Check for more examples.

--}}
@forelse($menus as $menu) @empty @endforelse
Name Type Status Action
. {{ $menu->name }} {!! $menu->menu_type !!} Edit Delete
No menu Yet. Please ADD A MENU
@endsection