@extends('garage.layouts.app') @section('title', 'Employee fund setup') @section('content') @include('garage.hr.styles')
| Min salary | Max salary | Deduction amount | Status | Actions |
|---|---|---|---|---|
| {{ number_format((float) $s->min_salary, 2) }} | {{ $s->max_salary !== null ? number_format((float) $s->max_salary, 2) : 'No upper limit' }} | {{ number_format((float) $s->deduction_amount, 2) }} | @if($s->is_active) Active @else Inactive @endif |
|
| No employee fund slabs found. | ||||