Payroll Definitions for {{ $staffCategory->name }}
Below are the payroll definitions and their mapping status for this staff category.
@if ($definitions->isEmpty())No payroll definitions found.
@endif
| Description | Def Code | GL Code | Type | Mapped | Actions |
|---|---|---|---|---|---|
| {{ $def->short_description ?? $def->description }} | {{ $def->code }} | {{ $def->gl_code }} | {{ ucfirst($def->entry_type) }} | {{ $def->mapping_status }} | @if(auth()->user()->roles->first()->permissions->contains('name', 'Manage GL Mapping')) @if ($def->mapping_status === 'Yes') @else @endif @endif |