{{$title ?? 'Title'}}

@foreach($categories as $key => $category) {{$category}} @endforeach
@if($link != null) مشاهده همه @endif
@foreach($categories as $key => $category) @if(isDesktop())
@foreach($products as $product) @if($product->category && $product->category->id == $key) @endif @endforeach
@else
@foreach($products as $product) @if($product->category && $product->category->id == $key)
@endif @endforeach
@endif @endforeach