@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Income Tax (TDS)')) @section('content')
@csrf
{{ __('TDS is deducted on payroll when this feature is enabled. Use flat rate for simple setups, or progressive slabs for annualized tax (common for salary TDS).') }}
@csrf @if(($nbr_preset ?? '') === 'bd_2024_25') {{ __('NBR FY 2024-25 preset active') }} @endif
{{ __('Monthly TDS = (gross − monthly exemption) × rate') }}

{{ __('Advanced') }}
@endsection @section('script') @endsection