@extends('layouts.app') @push('css') @endpush @section('title', 'Payroll Processor') @section('panel-actions')
Records for this month already exist. You can still process again to overwrite, or visit the Processed Payroll list to edit individual records.
| Employee Name | Code | Designation | Working | LOP | Net Salary | Action | |
|---|---|---|---|---|---|---|---|
| {{ $emp->name }} {{-- Legacy Hidden State --}} | {{ $empCode }} | {{ $designation }} | {{ $workingDays }} | {{ $lopDays }} | {{ number_format($netPay, 2) }} |