@extends('/frame') @section('title', 'Consultar Permissão') @section('script') @endsection @section('conteudo') {{ method_field('POST') }} {!! IN::Hidden('page',$extra->pagina($itens ?? null)) !!} {!! IN::Hidden('ordem',$ordem); !!}
@if($quantidade) @if($extra->duplicarBotoes())
@endif @if($extra->temAcoes()) @endif @if($extra->temAcoes()) @endif @foreach ($itens as $item) @php $extra->iniciar_link($item->id) @endphp cliqueTR() !!}> @if($extra->temAcoes()) @endif @if($extra->temAcoes()) @endif @endforeach
Id Nome Chave Acesso OrdemAção
checked() !!} value="{{ $extra->id }}" />{{ $item->id }} {{ $item->nome }} {{ $item->chave }} {{ implode(', ',array_column(array_only($acessoLista,STR::BinToArray($item->acesso)),'nome')) }} {{ $item->ordem }}{!! $extra->acoes() !!}
@else Nenhum item encontrado.

@endif
{!! $extra->botao('Atualizar') !!} {!! $extra->botao('Nova') !!} @if($quantidade) {!! $extra->botao('Duplicar') !!} {!! $extra->botao('Alterar') !!} {!! $extra->botao('Excluir') !!} {!! $extra->botao('Imprimir') !!} @endif {!! $extra->botao('Fechar') !!}
@endsection