@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{!! Form::open(['route'=>["finalidades.update", 'id'=>\Crypt::encrypt($finalidade->id)], 'method'=>'put']) !!}
@if(config('finalidades.permitir_valores_por_rota') && isset($rotas))
@endif