{{ Form::separator_row('grey-divider thin-divider') }}
{{ Form::row_select_inline('industry', 'Industry', $selected_industry ? $selected_industry->industry : null, $industries, 3, 6,
\App\Helpers\FormComponentHelper::SIZE_MEDIUM, null, 'Select Industry', 'select_industry') }}
{{ Form::separator_row('grey-divider thin-divider') }}