|
{{ $taxCodes->firstItem() + $index }}
|
{{ $taxCode->tax_code }}
|
{{ $taxCode->name }}
|
{{ $taxTypeLabel }}
|
{{ $calculationMethodLabel }}
|
{{ $taxCode->is_compound ? 'Yes' : 'No' }}
|
{{ $taxCode->is_active ? 'Active' : 'Inactive' }}
|
@can('tax-edit')
@endcan
@role('super-admin')
@endrole
|
@endforeach