{!! Form::label('starts_at', __('Starting Date and Time:')) !!}
{!! Form::text('starts_at', null, ['class'=>'form-control', 'placeholder'=>__('Select starting date and time'), 'required', 'id' =>'datetimepicker_start'])!!}
{!! Form::label('expires_at', __('Ending Date and Time:')) !!}
{!! Form::text('expires_at', null, ['class'=>'form-control', 'placeholder'=>__('Select ending date and time'), 'required', 'id' =>'datetimepicker_end'])!!}