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

Cadastro

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