{{ Form::label('Title', __('Title'), ['class' => 'form-label']) }}
{{ Form::text('feature_title', $settings['feature_title'], ['class' => 'form-control ', 'placeholder' => __('Enter Title')]) }}
@error('mail_host')
{{ $message }}
@enderror
{{ Form::label('Heading', __('Heading'), ['class' => 'form-label']) }}
{{ Form::text('feature_heading', $settings['feature_heading'], ['class' => 'form-control ', 'placeholder' => __('Enter Heading')]) }}
@error('mail_host')
{{ $message }}
@enderror
{{ Form::label('Description', __('Description'), ['class' => 'form-label']) }}
{{ Form::text('feature_description', $settings['feature_description'], ['class' => 'form-control', 'placeholder' => __('Enter Description')]) }}
@error('mail_port')
{{ $message }}
@enderror
{{ Form::label('Buy Now Link', __('Buy Now Link'), ['class' => 'form-label']) }}
{{ Form::text('feature_buy_now_link', $settings['feature_buy_now_link'], ['class' => 'form-control', 'placeholder' => __('Enter Link')]) }}
@error('mail_port')
{{ $message }}
@enderror