@extends("theme.$theme.layout") @section('title') Menú - Rol @endsection @section("scripts") @endsection @section('content')

Menús - Rol

@csrf @foreach ($roles as $id => $nombre) @endforeach @foreach ($menus as $key => $menu) @if ($menu["menu_id"] != 0) @break @endif @foreach($roles as $id => $name) @endforeach @foreach($menu["submenu"] as $key => $hijo) @foreach($roles as $id => $name) @endforeach @foreach ($hijo["submenu"] as $key => $hijo2) @foreach($roles as $id => $name) @endforeach @foreach ($hijo2["submenu"] as $key => $hijo3) @foreach($roles as $id => $name) @endforeach @endforeach @endforeach @endforeach @endforeach
Menú{{$nombre}}
{{$menu["title"]}}
{{ $hijo["title"] }}
{{$hijo2["title"]}}
{{$hijo3["title"]}}
@endsection