@extends('layouts.app') @section('title', 'Edit Staff — ' . $staff->full_name) @section('content')
{{ $staff->employee_number }} · {{ $staff->department->name ?? 'No department' }}
Please fix the following:
Auto-generated, cannot be changed
Only if contract is ending or has ended
These figures feed into payroll generation. @if(Route::has('payroll.staff.profile')) The Payroll Profile page is the canonical place for tax / SHA / NSSF detail. Edits here flow through to the next payroll run. @else Edits here flow through to the next payroll run. @endif
House, transport, etc.
Per diem, etc.