items()->find(request('item')); $item->usedBy = \Auth::id(); $item->save(); return redirect('home'); } }