@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Sl # | Name | Start date | End date | Base salary | Net salary | Action | Gross salary | Paid salary | Total tax | Total Deduction | Total allowance | Total bonus | Total commission | Total FNPF | Status | Payslip | {{--Actions | --}}|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ optional($payroll->user)->first_name ?? 'Not added' }} | {{ $payroll->start_date }} | {{ $payroll->end_date }} | {{ $payroll->base_salary }} | {{ $payroll->net_salary }} | {{ $payroll->gross_salary }} | {{ $payroll->paid_salary }} | {{ $payroll->total_tax }} | {{ $payroll->total_deduction }} | {{ $payroll->total_allowance }} | {{ $payroll->total_bonus }} | {{ $payroll->total_commission }} | {{ $payroll->total_fnpf }} | @if($payroll->salary - $payroll->total_deduction == $payroll->paid_salary) Completed @else Pending @endif | {{-- | --}} {{-- | @isset($employee->employer->company) {{ $employee->employer->company }}@endisset | --}}