{{ __('Add PAYE Tax Rate') }}

{{ __('Back to List') }}

{{ __('Tax Bracket Details') }}

{{ __('Configure the PAYE tax rate parameters') }}

@csrf
@error('name')

{{ $message }}

@enderror

{{ __('A descriptive name helps identify this tax bracket') }}

{{ __('Income Range (TZS)') }}

TZS
@error('min_amount')

{{ $message }}

@enderror

{{ __('Starting amount for this bracket') }}

TZS
@error('max_amount')

{{ $message }}

@enderror

{{ __('Leave empty for the highest bracket') }}

{{ __('Tax Calculation') }}

%
@error('rate')

{{ $message }}

@enderror

{{ __('Percentage applied to income in this bracket') }}

TZS
@error('fixed_amount')

{{ $message }}

@enderror

{{ __('Added to tax after percentage calculation') }}

{{ __('Additional Settings') }}

@error('order')

{{ $message }}

@enderror

{{ __('Lower numbers are applied first') }}

{{ __('Only active rates are used in calculations') }}

{{ __('Cancel') }}