@stack($name . '_input_start')
{!! Form::label($name, $text, ['class' => 'control-label']) !!}
{!! Form::select($name, $values, $selected, array_merge(['class' => 'form-control', 'placeholder' => trans('general.form.select.field', ['field' => $text])], $attributes)) !!}
{!! $errors->first($name, '

:message

') !!}
{!! Form::label($input_name, trans('settings.invoice.custom'), ['class' => 'control-label']) !!} {!! Form::text($input_name, $input_value, ['class' => 'form-control']) !!} {!! $errors->first($input_name, '

:message

') !!}
@stack($name . '_input_end')