@php $carrier_found = false; @endphp
@foreach ($carriers as $carrier) @if (\App\Models\Cart::canUseCarrier($carrier->id, $cart->weight(), $cart->city_id)['status'])
carrier_id == $carrier->id ? 'checked' : '' }}>
@php $carrier_found = true; @endphp @endif @endforeach @if (!$carrier_found)
{{ trans('front::messages.partials.how-to-send') }}
@endif