@props(['title','items'=>null,'viewAllUrl'=>null])
@if($items && $items->isNotEmpty())
@foreach($items as $product)
@endforeach
@endif