{{ Form::row_label_inline('Last Sent', $business_setting->sent_at_title, 'label-grey', 4, 6, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::row_select_inline('google_analytics_id', 'Google Analytics Id', $business_setting->google_analytics_id, $google_views, 4, 8, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
@include('super_admin.settings._mailchimp_api_key_container', ['business_setting' => $business_setting, 'id' => 'mailchimp_api_key_container_analytics', 'input_col_size' => 8, 'input_name' => 'mailchimp_api_key_analytics'])
{{ Form::row_select_inline('send_day', 'Send Day', $business_setting->send_day, $business_setting->send_day_select_map, 4, 6, \App\Helpers\FormComponentHelper::SIZE_MEDIUM, null, 'Select') }}
{{ Form::row_select_inline('mailchimp_folder_id', 'MailChimp Folder Id', $business_setting->mailchimp_folder_id, $mailchimp_folders, 4, 8, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::row_select_inline('time_period', 'Default Time Period', $business_setting->time_period, \App\Helpers\AnalysisTimePeriods::get_email_time_periods(), 4, 6, \App\Helpers\FormComponentHelper::SIZE_MEDIUM, null, 'Select') }}
{{ Form::row_select_inline('callrail_id', 'CallRail Company', $business_setting->callrail_id, $callrail_companies, 4, 8, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::label_title('Email Recipients', \App\Helpers\FormComponentHelper::SIZE_MEDIUM, null, 4 ) }}
{{ Form::select_multiple('business_user_analysis[]', $selected_business_user_analysis, $business_user_analysis, 6, null, null, 'business_user_analysis' ) }}
{{ Form::label_title('Data Studio Report', \App\Helpers\FormComponentHelper::SIZE_MEDIUM, null, 4 ) }}
{{ Form::row_checkbox_inline('data_studio_visible', 'Visible', $business_setting->data_studio_visible, 0, 6,\App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::row_textarea_inline('email_text', 'Email Text', $business_setting->email_text, 2, 10, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::button_ex('Refresh Lists', 'refresh_lists();') }}
{{ Form::button_save() }}
{{ Form::separator_row() }}
@include('super_admin.settings._mailchimp_automations')
{{ Form::row_textarea_inline('analytics_note', 'Analytics Note', $business_setting->analytics_note, 2, 10, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::button_ex('Refresh Lists', 'refresh_lists();') }}
{{ Form::button_save() }}
{{ Form::close() }}