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