{!! Form::label('data[Order][id]', t('Search by name, email or phone')) !!}
{!! Form::text(
'data[User][id]',
null,
[
'id' => 'user-autosomplete',
'class' => 'form-control autocomplete picker',
'data-url' => action(
'Payment/UsersController@secure_autocomplete.json',
[$venue->id]
)
]
) !!}
@include('Plugins/Payment/Views/Elements/Tag/add_tags', ['input_name' => 'data[LinesOrder][tags][]'])
{!! Form::label('data[product_id]', t('Product')) !!}
@include('Plugins/Payment/Views/Elements/LinesOrder/resources')