{!! Form::label('start', t('Start Date')) !!} {!! Form::text( 'data[start]', null, ['class' => 'form-control datepicker', 'required'] ) !!}
{!! Form::label('end', t('End Date')) !!} {!! Form::text( 'data[end]', null, ['class' => 'form-control datepicker'] ) !!}