public function index()
 {
     $c = Item::joining();
     return view('items')->with('items', $c);
 }