@extends('layouts.app',['path'=>'tax.structures']) @section('title', 'Edit Tax Structure - HRMS') @section('content') @can('tax_structure.update')
@include('partials.new_alerts')
Add Tax Structure
@csrf
{{--
--}}
{{--
--}}
Tax Slabs
@foreach ($taxStructure['tax_structure_slabs'] as $index => $tax_structure_slab)
@if ($index == 0) @else @endif
@endforeach
Cancel
@endcan @endsection @push('scripts') @endpush