@extends('/frame') @section('title', 'Importação de Projetos') @section('script') @endsection @section('conteudo') {{ method_field('POST') }} {!! IN::Hidden('page',$extra->pagina($itens ?? null)) !!} {!! IN::Hidden('ordem',$ordem) !!}
@if($extra->duplicarBotoes())
@endif @component('/inc/filtros',compact('extra')) @if($especialLista!=[])
{!! IN::Select('especial',$especial ?? '',$especialLista,['Nulo' => '']) !!}
@endIf
{!! IN::Select('referencia_id',$referencia_id ?? '',$referenciaLista,['Complemento' => 'onchange="CarregarFase();"']) !!}
{!! IN::Text('nome',$nome ?? '',190) !!}
@if(count($ufLista)>1)
{!! IN::Select('uf_id',$uf_id ?? '',$ufLista,['Nulo' => '']) !!}
@endif
{!! IN::Select('fase_externa_id',$fase_externa_id ?? '',[],['Nulo' => '']) !!}
@endcomponent @foreach($estrutura['colunas'] as $chave => $dados) @endforeach
{!! $dados['th'] !!}
{!! $extra->botao('Atualizar') !!} @if(CTRL::podeConsultar('ImportacaoDeProjetos')) @endif {!! $extra->botao('Ajuda') !!} {!! $extra->botao('Fechar') !!}
@endsection