Man No. | First Name | Last Name | Status | Action |
---|---|---|---|---|
{{ $item->man_number }} | {{ $item->first_name }} | {{ $item->last_name }} | {{ $item->status }} | @canany('Run payrolls') View Payslip @php $pamPayRun = App\Models\PamPayRun::where('id', $pamPayroll->current_pay_run_id)->first(); @endphp @if($pamPayRun['pay_run_status']) Edit Payslip @endif @endcanany @canany('Manage employees') View Employee @endcanany |