@php $orders = $row->orders; $count = $row->orders_count ?? $orders->count(); @endphp @if($count > 0) {{ $count }} {{ trans_choice('commande|commandes', $count) }} @else {{ __('Aucune') }} @endif