@foreach($products as $value)
{{$value->title}} - {{$value->sku}} موجودی : {{$value->inventory}} قیمت : {{$value->price}} تومان @if($value->status == 1) @if(Cart::content()->groupBy('id')->has($value->id)) @else @endif @else @endif
@endforeach
{{$products->links()}}