@extends('panel.layout.settings') @section('title', __('Frontend Section Settings')) @section('titlebar_actions', '') @section('settings')

{{ __('Please use comma seperated like; Generator,Chatbot,Assistant') }}

@if(setting('front_theme') == 'modern') @include('default.panel.admin.frontend.sections.banner_bottom_texts') @include('default.panel.admin.frontend.sections.advanced_features_section') @include('default.panel.admin.frontend.sections.comparison_section_items') @include('default.panel.admin.frontend.sections.features_marquees') @include('default.panel.admin.frontend.sections.plan_footer_text') @include('default.panel.admin.frontend.sections.footer_items') @endif
{{ __('Blog Archive Options') }}
@endsection @push('script') @endpush