@section('header') @stop @if($acc == "list" ) @include('layouts.breadcumb')
@foreach( $modulos as $modulo )

{{ $modulo->nombre }}

@foreach( \Opciones::getOpcionesByModulo( $modulo->id ) as $opcion ) @endforeach
Orden Parent ID Opción Url Parámetros Activo Editar Permisos
{{ $opcion->orden }} {{ $opcion->parent }} {{ $opcion->id }} @if( $opcion->parent == 0 ) {{ $opcion->nombre }} @else {{ $opcion->nombre }} @endif {{ $opcion->url }} {{ $opcion->parametros }} @if( $opcion->activo == 0 ) @else @endif @if( $opcion->parent > 0 ) @endif
@endforeach
@endif @section('footer') @stop @if( $acc == "add" || $acc == "edit" )