(bool) get_ecommerce_setting('disable_shipping_options', false)])>
@if (! empty($shipping))
@else
@php
$sessionCheckoutData = $sessionCheckoutData ?? OrderHelper::getOrderSessionData();
@endphp
@if ($sessionCheckoutData && Arr::get($sessionCheckoutData, 'country'))
{{ __('No shipping methods were found with your provided shipping information!') }}
@else
{{ __('Please fill out all shipping information to view available shipping methods!') }}
@endif
@endif