Example #1
0
 public function getNullRecipe()
 {
     return Item::whereNotIn('id', Recipe::all()->lists('product_id'))->get();
 }