{{ __('Dept') }}: {{ number_format($payslip->dept, 2) }}
{{ __('Delay Hours') }} ({{ __('HH:MM:SS') }}):
{{ $payslip->delay_duration }}
{{ __('Delay Amount') }}:
{{ number_format($payslip->delay_amount, 2) }}
{{ __('Absences Days') }}:
{{ $payslip->absences }}
{{ __('Absences Amount') }}:
{{ number_format($payslip->absences_amount, 2) }}
{{ __('Insurance Amount') }}:
{{ number_format($payslip->insurance_amount, 2) }}
{{ __('Discount') }}:
{{ number_format($payslip->discount, 2) }}
@if((float) $payslip->deduction_waiver_amount > 0)
{{ __('Deduction before waiver') }}: {{ number_format($payslip->deduction_before_waiver, 2) }}
{{ __('Waived amount') }}: {{ number_format($payslip->deduction_waiver_amount, 2) }}
{{ __('Waiver note') }}: {{ $payslip->deduction_waiver_note }}
@endif