@extends('backend.admin-master') @section('site-title') {{__('Product Tax Settings')}} @endsection @section('content')
@include('backend.partials.message')

{{__("Product Tax Settings")}}

@csrf
{{__('if you select individual, you have to set tax percentage in every product. if you select total, then it will add tax on total amount of cart after coupon ( if coupon applied )')}}
{{__('it will be counted as percentage')}}
@endsection