Emp No | Employee Name | Loan Name | Loan Amount | Balance | Monthly Instalment | Start Date | Tenure | Last Payment Date | Action |
---|---|---|---|---|---|---|---|---|---|
{{ $item->pamEmp->pamHRUser->man_number ? $item->pamEmp->pamHRUser->man_number : '' }} | {{ $item->pamEmp->pamHRUser->name }} | {{ $item->pamDeduDef->short_description }} | {{ $item->loan_amount }} | {{ $item->loan_balance_amount}} | {{ $item->monthly_instalment}} | {{ $item->start_date}} | {{ $item->tenure}} | {{ $item->last_payment_date}} | @if(auth()->user()->roles->first()->permissions->contains('name', 'Run payrolls')) Payments @endif @if(auth()->user()->roles->first()->permissions->contains('name', 'Run payrolls') ) Settle @endif |
Emp No | Employee Name | Loan Name | Loan Amount | Balance | Monthly Instalment | Start Date | End Date | Tenure | Last Payement Date | Action |
---|---|---|---|---|---|---|---|---|---|---|
{{ $item->pamEmp->pamHRUser->man_number }} | {{ $item->pamEmp->pamHRUser->name}} | {{ $item->pamDeduDef->short_description }} | {{ $item->loan_amount }} | {{ $item->loan_balance_amount}} | {{ $item->monthly_instalment}} | {{ $item->start_date}} | {{ $item->end_date}} | {{ $item->tenure}} | {{ $item->last_payment_date}} | Payments |