@if ($best_sellers && $best_sellers->count() > 0)

Best Seller

{{--
--}}
@foreach ($best_sellers as $best_seller)
Card image

{{$best_seller->title}}

{!! words_limit($best_seller->description, 20) !!}

{{$best_seller->created_at->diffForHumans()}}

More About
@endforeach
@endif