@extends('template.app') @section('title', 'Menu') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@include('components.toast-notification')
@foreach($menus as $menu) @endforeach
Name URL Parent ID Icon Sort Order Actions
{{ $menu->name }} {{ $menu->url }} {{ $menu->parent_id }} {{ $menu->icon }} {{ $menu->sort_order }}
@endsection @section('js') @endsection