Example #1
0
 function getCategory()
 {
     $items = Items::whereNull("category_id")->get();
     return $items;
 }