{!! Form::select("user_type", trans('dashboard.lucky_box.user_types') ,request('user_type') , ['class' => 'select2 form-control','id' => "user_type", 'placeholder' => trans('dashboard.lucky_box.user_type')]) !!}
{!! Form::select("get_date", trans('dashboard.lucky_box.get_dates') ,request('get_date') , ['class' => 'select2 form-control','id' => "get_date", 'placeholder' => trans('dashboard.lucky_box.get_date'),'onclick' => 'getDuration(this.value)']) !!}