@include('helpers.form_control', [
'type' => 'select',
'class' => 'dashboard-list-select',
'name' => 'list_id',
'label' => '',
'value' => '',
'include_blank' => trans('messages.all'),
'options' => Auth::user()->customer->readCache('MailListSelectOptions', []),
])