Name | Period | Employees | Gross Pay | Net Pay | Actions |
---|---|---|---|---|---|
{{ $item->short_description }} | {{ $item->currentPamPayRun->pamPayRunPeriod->calendar_month .'-'. $item->currentPamPayRun->pamPayRunPeriod->calendar_year }} | {{ $item->pamEmps->count() }} | {{ number_format($item->getTotalGrossPay(), 2, '.', ',') }} | {{ number_format($item->getTotalNetPay(), 2, '.', ',') }} | @if(auth()->user()->roles->first()->permissions->contains('name', 'Export data')) @if(auth()->user()->roles->first()->permissions->contains('name', 'Export data')) Generate EFT @endif Email Payslips Print Payslips @endif |