$album, ]); } /** * Show the form for editing he specified resource. */ public function edit(Album $album) { // } /** * Update the specified resource in storage. */ public function update(UpdateAlbumRequest $request, Album $album) { // } /** * Remove the specified resource from storage. */ public function destroy(Album $album) { // } }