@extends('admin.layouts.master-soyuz') @section('title',__('Create new tax class')) @section('body') @include('admin.layouts.topbar',$data)
{{__("Create new tax class")}}

{{ __("Tax Class :") }}

{{csrf_field()}}

{{__("Tax Rates :")}}

{{ __("Tax Rate") }} {{ __("Based On") }} {{ __("Priority") }}
{{__("Create")}}
@endsection @section('custom-script') @include('admin.tax_class.taxclassscript') @endsection