@if ($errors->any()) @endif
Cadastro de Notas Técnicas
{!! Form::open(['route' => 'notas_tecnicasCadastrargo', 'class' => 'horizontal-form', 'files' => true]) !!}

Cadastro

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