@extends('layouts.app',['path'=>'tax.structures']) @section('title', 'Create Tax Structure - HRMS') @section('content') @can('tax_structure.create')
@include('partials.new_alerts')
Add Tax Structure
@csrf
{{--
--}}
{{--
--}}
@endcan @endsection @push('scripts') @endpush