@extends('backend.layout.master-tailwind') @section('title', __('Category Section Settings')) @section('admin_styles') @endsection @section('content')

{{ __('Category Section Settings') }}

{{ __('Control where the category section is displayed') }}

{{ __('To keep the category section hidden on the frontend, make sure both settings are set to Disabled.') }}
@csrf
{{-- Row 1 --}}
{{ __('Category Section — Home Page') }}
{{ __('Show or hide the category section on the home page.') }}
{{-- Row 2 --}}
{{ __('Category Section — All Pages') }}
{{ __('Show or hide the category section globally across all pages.') }}
@endsection @section('script') @endsection