@extends('/frame') @section('title', 'Sexos') @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(CTRL::desenvolvedor()) @endif @if($extra->temAcoes()) @endif @foreach ($itens as $item) @php $extra->iniciar_link($item->id) @endphp cliqueTR() !!}> @if($extra->temAcoes()) @endif @if(CTRL::desenvolvedor()) @endif @if($extra->temAcoes()) @endif @endforeach
IdNome Ordem DisponívelAção
checked() !!} value="{{ $extra->id }}" />{{ $item->id }}{{ $item->nome }} {{ $item->ordem }} {{ ($item->disponivel ? 'sim' : 'não') }}{!! $extra->acoes() !!}
@else Nenhum item encontrado.

@endif

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