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

Cadastro

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