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

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

{{ __('Control visibility of categories with no content') }}

{{ __("Enable this option to hide categories that don't have any related projects, jobs, or talents on the frontend.") }}
@csrf
{{ __('Hide Empty Categories') }}
{{ __('When enabled, categories without any projects, jobs, or talents will not be displayed on the frontend.') }}
@endsection @section('script') @endsection