where([ 'akciya' => true, ])->with('variant', 'category') ->all(); if (!empty($products)) { return $this->render('discount', [ 'products' => $products, ]); } else { return $this->render('empty'); } } }