{!! Form::open(['url' => 'cadastro-artistasgo', 'class' => 'horizontal-form', 'files' => true]) !!}
{!! Form::label('arquivo', "Foto do Artista") !!} {!! Form::file('image') !!} {!! $errors->first('logo', '

:message

') !!}
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
{!! Form::close() !!}