@extends('layout.main') @section('content')

{{__('Add Tax Type')}}

@csrf
@if(config('variable.currency_format')=='suffix') @else @endif
{{__('Tax Name')}} {{__('Tax Rate')}} {{__('Tax Type')}} {{trans('file.Description')}} {{trans('file.action')}}
@endsection @push('scripts') @endpush