@php $shipping = array_filter($shipping ?? []); @endphp @if (! empty($shipping))
{{ __('No shipping methods were found with your provided shipping information!') }}
@else{{ __('Please fill out all shipping information to view available shipping methods!') }}
@endif @endif