@extends('admin.layout.master') @section('home')
| Name | Applicable After | Emp Contribution | Employer Contribution | Calculate With | Description | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $item->name }} |
@if ($item->applicable_for == 1)
Joining @elseif ($item->applicable_for ==2)Joining @elseNot Register @endif |
{{ $item->emp_contribution }}% | {{ $item->employer_contribution }}% |
@if ($item->calculate_with == 1)
Basic @elseif ($item->calculate_with ==2)Gross @elseNot Register @endif |
{{ $item->description }} | @if ($item->status == 1) Active @else Inactive @endif |