@extends('layouts.master') @section('title', __('Tax Management')) @push('styles') @endpush @section('content')

{{__('Create Tax')}}

{{ csrf_field() }}
@can('tax-management-export') @endcan @can('tax-management-create') {!! renderIconHtml('add') !!}{{ __('Add New') }} @endcan @can('tax-management-archive-show') {{ __('Back') }} {{ __('Archive') }} @endcan
@if (auth()->user()->setting->preference == "Left") @endif @if (auth()->user()->setting->preference == "Right") @endif
{{ __('Action') }}# {{ __('Tax Name') }} {{ __('Country') }} {{ __('State') }} {{ __('Tax Percentage') }}{{ __('Action') }}
@endsection @push('scripts') @endpush