@extends('compaines.settings.settings', ['path' => 'payrollSettings']) @section('title', 'Salary Settings - HRMS') @section('stetting.main')

Salary Settings

@if($response['fisalYear']['title'] == null) Generate Settings as per Govt Rules @endif
@include('partials.new_alerts')
@csrf
Fiscal Year
Start date must be earlier than End date.
Provident Fund & EOBI
Tax Slabs
@if (!empty($response['fisalYear']['tax_slabs']['salary_from'])) @include('compaines.settings.tax-slab-dynamic') @else
@endif
@endsection @push('scripts') @endpush