{!! Form::label($name, $text, ['class' => 'control-label']) !!}
{!! Form::email($name, $value, array_merge(['class' => 'form-control', 'placeholder' => trans('general.form.enter', ['field' => $text])], $attributes)) !!}
{!! $errors->first($name, '

:message

') !!}