@if (count($prods) > 0)
@include('partials.product.product-different-view')
@else

{{ __('No Product Found.') }}

@endif