{!! Form::open(array('url' => URL::to("painel/financeiro/fluxo/carrega-fechamento"),'method'=>'post', 'id'=>'form-fechamento-busca', 'class'=>"formSend ",'files'=> true)) !!}

{!! Form::select('DataInicial', App\Services\FluxoFechamentoServices::getFechamentos() ,date('m/Y'), array('class'=>'form-control DataInicial ')) !!}

{!! Form::select('DataFinal',App\Services\FluxoFechamentoServices::getFechamentos() ,date('m/Y'), array( 'class'=>'form-control DataFinal ')) !!}
{!! Form::close() !!}