{{-- Setting --}}
{{-- Tax setting --}} @include('tax::layout.tax-setting')
{{-- Standard rates --}}
@include('tax::layout.standard-rate')
@foreach ($tax_classes as $tax)
@forelse ($tax->taxRates as $rate) @php $randCompound = mt_rand(); $randShipping = mt_rand(); @endphp @empty @endforelse
{{ __('Name') }} {{ __('Country') }} {{ __('State') }} {{ __('City') }} {{ __('Post code') }} {{ __('Rate') }} % {{ __('Priority') }} {{ __('Compound') }} {{ __('Shipping') }} {{ __('Action') }}
compound == 1 ? 'checked' : '' }}>
shipping == 1 ? 'checked' : '' }}>
{{ __('No tax rate found.') }}
@if ($tax->taxRates->count()) @endif
@endforeach {{-- Help --}}
@include('tax::layout.help')
{{-- Dynamic datalist --}}