@if ($errors->any()) @endif
Cadastro de orçamento
{!! Form::open(['route' => 'orcamentosCadastrargo', 'class' => 'horizontal-form', 'files' => true]) !!}

Cadastro

@include ('painel.orcamentos.form')
{!! Form::close() !!}