@extends("admin.layouts.master") @section('title','Create new tax class') @section("body")
Add new tax class
< Back
{{csrf_field()}}

Tax Class

Tax Rates
Tax Rate Based On Priority
Save
@endsection @section('custom-script') @include('admin.tax_class.taxclassscript')