@extends('layouts.app') @section('content')

🌟 Important Information

Just a quick note: VAT and Taxes are calculated based on your order. If you have multiple VAT and Tax rates active, your total VAT and Tax amount will be clearly displayed on the checkout page for your convenience.

{{ __('All Taxes') }}

@hasPermission('admin.vatTax.create') @endhasPermission
@hasPermission('admin.vatTax.toggle') @endhasPermission @forelse($vatTaxes as $key => $vatTax) @php $serial = $vatTaxes->firstItem() + $key; @endphp @hasPermission('admin.vatTax.toggle') @endhasPermission @empty @endforelse
{{ __('SL') }} {{ __('Name') }} {{ __('Percentage') }}{{ __('Status') }}{{ __('Action') }}
{{ $serial }} {{ $vatTax->name }} {{ $vatTax->percentage }}%
@hasPermission('admin.vatTax.edit') @endhasPermission @hasPermission('admin.vatTax.destroy') delete @endhasPermission
{{ __('No Data Found') }}
{{ $vatTaxes->withQueryString()->links() }}
@csrf
@csrf @method('PUT')
@endsection @push('css') @endpush @push('scripts') @endpush