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