Name | Period | Tax Table | NAPSA | Working Days | Employees | Status | Actions |
---|---|---|---|---|---|---|---|
{{ $item->short_description}} | {{ $item->currentPamPayRun->pamPayRunPeriod->calendar_month .'-'. $item->currentPamPayRun->pamPayRunPeriod->calendar_year }} | {{ $item->currentPamTaxTable->code}} | {{ $item->currentPamSocialSecurity->code }} | {{ $item->working_days }} | {{ $item->pamEmps->count() }} | {{ $item->status }} | @canany(['Run payrolls']) @php $pamPayRun = App\Models\PamPayRun::where('id', $item->current_pay_run_id)->first() @endphp @if($pamPayRun->pay_run_status==='open') Recalculate Payslips @endif Employees @endcanany |