@forelse ($tax_rates 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_rates->count()) @endif