Total Payroll
{{ amount_format_number($statData['total_payroll']) }}

@php $val = $statData['total_payroll_change']; @endphp @if ($val >= 0) +{{ $val }}% @else {{ $val }}% @endif from last month

Deductions
{{ amount_format_number($statData['deductions']) }}

@php $val = $statData['deductions_change']; @endphp @if ($val >= 0) +{{ $val }}% @else {{ $val }}% @endif from last month

Net Pay
{{ amount_format_number($statData['net_pay']) }}

@php $val = $statData['net_pay_change']; @endphp @if ($val >= 0) +{{ $val }}% @else {{ $val }}% @endif from last month

Allowances
{{ amount_format_number($statData['allowances']) }}

@php $val = $statData['allowances_change']; @endphp @if ($val >= 0) +{{ $val }}% @else {{ $val }}% @endif from last month

Payroll
{{-- --}}