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

Cadastro

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