@foreach ($taxRates as $index => $taxRate) {{ $taxRates->firstItem() + $index }} {{ $taxRate->taxCode->tax_code ?? 'N/A' }} {{ number_format($taxRate->rate, 2) }}% {{ $taxRate->region ?? 'All Regions' }} {{ $taxRate->effective_from?->format('Y-m-d') ?? 'N/A' }} {{ $taxRate->effective_to?->format('Y-m-d') ?? 'N/A' }} {{ $taxRate->is_active ? 'Active' : 'Inactive' }}
@can('tax-edit') @endcan @role('super-admin')
@csrf @method('DELETE')
@endrole
@endforeach