{!! Form::select( 'data[template]', $template_selection ) !!}
{!! Form::select( 'data[notify_all]', [ 0 => t('Only primary user'), 1 => t('Everybody in the order') ] ) !!}