$project]); } /** * Show the form for editing the specified resource. */ public function edit(Project $project): View { return view('projects.edit', ['project' => $project]); } }