@include('Commonheader')
@include('sidebar')
@include('FOE.navbar')
💰 Tax Slab Master
Add Tax Slab
Add Tax Slab
Revenue
Select
@foreach($revenues as $c)
{{ $c->chargename }}
@endforeach
Tax
Select
@foreach($taxes as $c) @if(in_array($c->chargename, ['CGST', 'IGST']))
{{ $c->chargename == 'CGST' ? 'CGST OR SGST' : $c->chargename }}
@endif @endforeach
Active Status
Active
Inactive
Slab Details
Start Value
Upto Value
Tax Rate (%)
Revenue Name
Tax
Active Status
Action
@include('Commonfooter')
@include('Commonscript')