| Employee ID | {{ $salarySheet->employee_id }} |
|---|---|
| Payscale ID | {{ $salarySheet->payscale_id }} |
| Total Salary | {{ number_format($salarySheet->total_salary, 2) }} |
| Fixed Value | {{ number_format($salarySheet->component_fixed_value, 2) }} |
| Percentage Value | {{ number_format($salarySheet->component_percentage_value, 2) }} |
| Present Days | {{ $salarySheet->present_days }} |
| Month | {{ \Carbon\Carbon::create()->month($salarySheet->month)->format('F') }} |
| Year | {{ $salarySheet->year }} |
| Created At | {{ $salarySheet->created_at }} |
| Updated At | {{ $salarySheet->updated_at }} |