@extends('admin.layout.master') @section('home')

PF Contribution Slab
@foreach ($result as $item) @endforeach
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

@else

Not Register

@endif
{{ $item->emp_contribution }}% {{ $item->employer_contribution }}% @if ($item->calculate_with == 1)

Basic

@elseif ($item->calculate_with ==2)

Gross

@else

Not Register

@endif
{{ $item->description }} @if ($item->status == 1) Active @else Inactive @endif
@include('payroll.admin.payroll_settings.pfContributionslab.form.add_pf_contributionslab') @endsection