@extends('layouts.dashboard') @section('title', 'Permissões') @section('title-dashboard') Permissões @endsection @section('pg-home') @endsection @section('content') @parent
Permissões
{!! Form::open(['route' => 'permissoesGet', 'class' => 'horizontal-form']) !!}

{{$frase}}

{!! Form::label('grupos_user_id', trans('permissoes.grupos_user_id')) !!} {!! Form::select('grupos_user_id', $grupos_users, null, ['class' => 'form-control select2','id' => 'grupos_user_id', 'required', 'placeholder' => 'Selecione um Tipo']) !!} {!! $errors->first('grupos_user_id', '

:message

') !!}
{!! Form::label('modulo_id', trans('permissoes.modulo_id')) !!} {!! Form::select('modulo_id', $modulos, null, ['class' => 'form-control select2','id' => 'modulo_id', 'required', 'placeholder' => 'Selecione um Modulo']) !!} {!! $errors->first('modulo_id', '

:message

') !!}

{!! Form::close() !!} @if(isset($grupo_user_id)) {!! Form::open(['route' => 'permissoesCadastrargo', 'class' => 'horizontal-form']) !!} {!! Form::hidden('grupos_user_id', $grupo_user_id,['name'=>'grupo']) !!} {!! Form::hidden('modulo_id', $modulo_id,['name'=>'modulo']) !!}
@foreach($p_abas as $item)

( ! ) Notice: Undefined variable: menus in /home/radicalf/public_html/grupofrota/resources/views/permissoes/index.blade.php on line 87
Call Stack
#TimeMemoryFunctionLocation
10.0018239320{main}( ).../index.blade.php:0

( ! ) Warning: Invalid argument supplied for foreach() in /home/radicalf/public_html/grupofrota/resources/views/permissoes/index.blade.php on line 87
Call Stack
#TimeMemoryFunctionLocation
10.0018239320{main}( ).../index.blade.php:0
@endforeach
@endif
@if(isset($grupo_user_id)) @endif {!! Form::close() !!}
@endsection