{!! Form::customSelect('header_style', get_layout_header_styles(), $headerStyle, ['class' => 'form-control', 'id' => 'header_style']) !!}
@if ($page && $page->template == 'homepage')
{!! Form::customSelect(
'expanding_product_categories_on_the_homepage',
[
'yes' => trans('core/base::base.yes'),
'no' => trans('core/base::base.no'),
],
'no',
['class' => 'form-control', 'id' => 'expanding_product_categories_on_the_homepage']
) !!}
@endif