@extends('/frame') @section('title', 'Leis') @section('script') @endsection @section('conteudo') {{ method_field('POST') }} {!! IN::Hidden('page',$extra->pagina($itens ?? null)) !!} {!! IN::Hidden('ordem',$ordem); !!}
@if(count($itens)) @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
Nome Âmbito UF Município DisponívelAção
checked() !!} value="{{ $extra->id }}" />{!! $item->nome !!} {{ $item->ambito->nome }} {{ $item->uf_id }} {{ $item->municipio }} {{ ($item->disponivel ? 'sim' : 'não') }}{!! $extra->acoes() !!}
@else Nenhum item encontrado.

@endif

{!! $extra->botao('Atualizar') !!} {!! $extra->botao('Nova') !!} @if(count($itens)) {!! $extra->botao('Duplicar') !!} {!! $extra->botao('Editar') !!} {!! $extra->botao('Apagar') !!} {!! $extra->botao('Imprimir') !!} @endif {!! $extra->botao('Ajuda') !!} {!! $extra->botao('Fechar') !!}
@endsection