{!! Form::select( 'data[template_id]', oa($template_selection_types), null, [ //'empty' => __('Default Template'), 'class' => 'form-control', 'required' ] ) !!}
{!! Form::email( 'data[email]', null, [ 'placeholder' => (isset($email) && $email ? $email : ''), 'class' => 'form-control' ] ) !!}
{{--
{!! Form::select( 'data[notify_all]', [ 0 => t('Only primary user'), 1 => t('Everybody in the order') ] ) !!}
--}}