{{$title ?? 'Title'}}

@if($link != null) مشاهده همه @endif
@if(isDesktop())
@foreach($products as $product) @endforeach
@else
@foreach($products as $product)
@endforeach
@endif