{{ Form::label_info('Frequency of Mining', 'Choose this based on how often you correspond with new prospects.', 2) }}
{{ Form::radio_ex('run_frequency', \App\Models\Business_User_Imap_Setting::RUN_DAILY, $business_user_imap_setting->run_frequency, 'Run Daily', 2, null, 'run_daily') }}
{{ Form::radio_ex('run_frequency', \App\Models\Business_User_Imap_Setting::RUN_WEEKLY, $business_user_imap_setting->run_frequency, 'Run Weekly', 2, null, 'run_weekly') }}
{{ Form::row_select_inline('mailchimp_interest_category_id', 'Pick your group or select “Create New” and we will create one',
$business_user_imap_setting->mailchimp_interest_category_id, $mailchimp_interests, 2, 4, \App\Helpers\FormComponentHelper::SIZE_SMALL, null, 'Create New') }}