public function __construct(Request $request) { parent::__construct(); $this->item = Tag::withTrashed()->find($request->id); return $this; }