{{$employee->full_name}}

Please ensure the employee details are accurate

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @section('scripts') @endsection
@csrf
Names as they appear on Employee Identification

Note
A note / reminder.

Go Back
@csrf
Names as they appear on Employee Identification
Statutory Deductions
nhif_status ==="true" ? "checked" : ""}} value="1" id="nhif">
nssf_status ==="true" ? "checked" : ""}} name="nssf" type="checkbox" value="1" id="nssf">

Salary Processing Options
Salary Processing Options.

Go Back
{{-- Form --}}
{{-- hr details --}}
@csrf
Names as they appear on Employee Identification

Department Details
Departments

Go Back
{{-- Form --}}
@csrf
Contact details of the employee

Location
Location, office location

Go Back
{{-- Form --}}
@csrf
Employee documents

Go Back
@foreach ($employee->documents as $document) @endforeach
Document Action
{{ $document->name }} View Edit {{-- Delete --}}
{{-- Form --}}

Deductions

@forelse ($employee->deductions as $deduction) {{-- --}} @empty @endforelse
# Name Frequency Amount Status Added On Action
{{ $loop->iteration }} {{$payslip->employee->full_name}} {{ $deduction->name }} {{ $deduction->frequency }} {{ $deduction->amount }} {{ $deduction->status }} {{ $deduction->created_at->diffForHumans() }} {{-- View --}} {{-- Delete --}} Delete
No Deductions added yet
{{-- Form --}}

Benefits

@forelse ($employee->allowances as $allowance) @empty @endforelse
# Name Frequency Amount Status Added On Action
{{ $loop->iteration }} {{ $allowance->name }} {{ $allowance->frequency }} {{ $allowance->amount }} {{ $allowance->status }} {{ $allowance->created_at->diffForHumans() }} {{-- View --}} {{-- Delete --}} Delete
No Benefits yet
{{-- Form --}}
{{-- EMployee logins --}}
@csrf
Employee Login

Go Back
{{-- Form --}}