{{ __('Human Resource Management System') }}
{{ $payroll->period_start ? $payroll->period_start->format('M Y') : now()->format('M Y') }}
{{ __('Basic Pay (USD)') }}
{{ __('Exchange Rate: 1 USD = :rate TZS', ['rate' => number_format($exchangeRate, 2)]) }}
${{ number_format($basicPayUSD, 2) }}
{{ __('Allowances') }}
@foreach($allowances as $allowance){{ __('Social Funds') }}
@foreach($socialFunds as $sf)Other Deductions
@foreach($otherDeds as $ded)Loan Repayments
@foreach($loans as $loan){{ __('* Taxable allowance - included in PAYE calculation') }}
{{ __('Net Pay Amount') }}
{{ __('Amount to be paid') }}
{{ number_format($item->net, 2) }}
{{ $payroll->currency ?? 'TZS' }}