Manage staff and their monthly salary generation.
| Staff | Designation | Status | Base Salary | Action |
|---|---|---|---|---|
|
{{ $staff->name }}
{{ $staff->phone ?: ($staff->email ?: '-') }}
@if($staff->nid_no)
•
NID: {{ $staff->nid_no }}
@endif
|
{{ $staff->designation ?: '-' }} | @if(($staff->status ?? 'active') === 'active') ACTIVE @else INACTIVE @endif | {{ number_format((float) ($staff->base_salary ?? 0), 2) }} | Edit |
| No staff yet. Click “Add Staff”. | ||||