{{ Form::label_info('Opt-In Review', $opt_in_review_tooltip, 12, \App\Helpers\FormComponentHelper::SIZE_SUPER_DUPER, null, null, 'mm-grid-title') }}
@include('search._search_grid_wrapper', ['column_set' => $opt_in_review_column_set])
{{ Form::label_info('Opted In', 'These people have been added to your mailing list to receive the follow up designated.', 12, \App\Helpers\FormComponentHelper::SIZE_SUPER_DUPER, null, null, 'mm-grid-title') }}
@include('search._search_grid_wrapper', ['column_set' => $opted_in_column_set])
{{ Form::label_info('Not Opted In', 'Leave these people out of my future mailings.', 12, \App\Helpers\FormComponentHelper::SIZE_SUPER_DUPER, null, null, 'mm-grid-title') }} @include('search._search_grid_wrapper', ['column_set' => $not_opted_in_column_set])
{{ Form::label_info('Already Added to List by Another Member of my Organization', 'Someone else in your organization has already captured this contact. If you are the only business user, this list should be blank.', 12, \App\Helpers\FormComponentHelper::SIZE_SUPER_DUPER, null, null, 'mm-grid-title') }} @include('search._search_grid_wrapper', ['column_set' => $already_taken_column_set])
{{ Form::label_info('Ignored Emails', 'This is not a relevant email address for sales purposes. It could be a family/friend email address or a service or no-reply type email.', 12, \App\Helpers\FormComponentHelper::SIZE_SUPER_DUPER, null, null, 'mm-grid-title') }} @include('search._search_grid_wrapper', ['column_set' => $blocklisted_email_column_set])