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