{{ Form::checkbox('storefront_features_section_enabled', trans('storefront::attributes.section_status'), trans('storefront::storefront.form.enable_features_section'), $errors, $settings) }}

{{ trans('storefront::storefront.form.feature_1') }}

{{ Form::text('translatable[storefront_feature_1_title]', trans('storefront::attributes.title'), $errors, $settings) }} {{ Form::text('translatable[storefront_feature_1_subtitle]', trans('storefront::attributes.subtitle'), $errors, $settings) }} {{ Form::text('storefront_feature_1_icon', trans('storefront::attributes.icon'), $errors, $settings) }}

{{ trans('storefront::storefront.form.feature_2') }}

{{ Form::text('translatable[storefront_feature_2_title]', trans('storefront::attributes.title'), $errors, $settings) }} {{ Form::text('translatable[storefront_feature_2_subtitle]', trans('storefront::attributes.subtitle'), $errors, $settings) }} {{ Form::text('storefront_feature_2_icon', trans('storefront::attributes.icon'), $errors, $settings) }}

{{ trans('storefront::storefront.form.feature_3') }}

{{ Form::text('translatable[storefront_feature_3_title]', trans('storefront::attributes.title'), $errors, $settings) }} {{ Form::text('translatable[storefront_feature_3_subtitle]', trans('storefront::attributes.subtitle'), $errors, $settings) }} {{ Form::text('storefront_feature_3_icon', trans('storefront::attributes.icon'), $errors, $settings) }}

{{ trans('storefront::storefront.form.feature_4') }}

{{ Form::text('translatable[storefront_feature_4_title]', trans('storefront::attributes.title'), $errors, $settings) }} {{ Form::text('translatable[storefront_feature_4_subtitle]', trans('storefront::attributes.subtitle'), $errors, $settings) }} {{ Form::text('storefront_feature_4_icon', trans('storefront::attributes.icon'), $errors, $settings) }}

{{ trans('storefront::storefront.form.feature_5') }}

{{ Form::text('translatable[storefront_feature_5_title]', trans('storefront::attributes.title'), $errors, $settings) }} {{ Form::text('translatable[storefront_feature_5_subtitle]', trans('storefront::attributes.subtitle'), $errors, $settings) }} {{ Form::text('storefront_feature_5_icon', trans('storefront::attributes.icon'), $errors, $settings) }}