| {{ __('Order') }} | {{ __('Name') }} | {{ __('Range (TZS)') }} | {{ __('Rate (%)') }} | {{ __('Fixed Amount') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
| {{ $rate->order }} |
{{ $rate->name ?: 'N/A' }}
|
{{ number_format($rate->min_amount, 2) }} - {{ $rate->max_amount ? number_format($rate->max_amount, 2) : '∞' }} | {{ $rate->rate }}% | {{ $rate->fixed_amount > 0 ? number_format($rate->fixed_amount, 2) . ' TZS' : '-' }} | @if($rate->is_active) Active @else Inactive @endif | {{ __('Edit') }} |
|
No PAYE rates found Create one to start calculating taxes |
||||||