@extends("theme.$theme.layout") @section('title') Menú - Rol @endsection @section("scripts") @endsection @section('content')
Menú | @foreach ($roles as $id => $nombre){{$nombre}} | @endforeach
---|---|
{{$menu["title"]}} | @foreach($roles as $id => $name)@endforeach |
{{ $hijo["title"] }} | @foreach($roles as $id => $name)@endforeach |
{{$hijo2["title"]}} | @foreach($roles as $id => $name)@endforeach |
{{$hijo3["title"]}} | @foreach($roles as $id => $name)@endforeach |