@if(isset($recentData['top_products']) && $recentData['top_products']->count() > 0)

Produk Terlaris

@foreach($recentData['top_products'] as $index => $item)
@if($index < 3) {{ $index + 1 }} @else {{ $index + 1 }} @endif

{{ $item->order_count }}

{{ $item->product->product_title ?? 'N/A' }}

order

@endforeach
@endif