@php $hasLocation = filled($this->location); $rule = (int) ($this->currentRule ?? 0); $localActive = in_array($rule, [1,4], true); $nationalActive = ($rule === 3); @endphp
@if(!$hasLocation)
{{ t('No current location is set.') }}
@else
{{ t('Current Tire Pricing Mode') }}
{{ $this->ruleName($this->currentRule) }} {{ t('Edit') }}
{{ t('Order column shows the current display order. Use “Reorder Local Rules” to drag and drop local rules, or move items to zero priority.') }}
{{ $this->table }}
@endif