Name | Period | Working Days | Employees | Gross Pay | Deductions | Net Pay | Actions |
---|---|---|---|---|---|---|---|
{{ $item->short_description}} | {{ $item->currentPamPayRun->pamPayRunPeriod->calendar_month .'-'. $item->currentPamPayRun->pamPayRunPeriod->calendar_year }} | {{ $item->working_days }} | {{ $item->pamEmps->count()}} | {{ number_format($item->getTotalGrossPay(), 2, '.', ',') }} | {{ number_format($item->getTotalDeductions(), 2, '.', ',') }} | {{ number_format($item->getTotalNetPay() , 2, '.', ',') }} | @if(auth()->user()->roles->first()->permissions->contains('name', 'Rollover payrolls')) @if($item->currentPamPayRun->pay_run_status ==='closed') Rollover @endif @endif |