genre; return view("vManga", compact("manga", "genre")); } /** * Show the form for editing the specified resource. */ public function edit(Mangas $mangas) { // } /** * Update the specified resource in storage. */ public function update(UpdateMangasRequest $request, Mangas $mangas) { // } /** * Remove the specified resource from storage. */ public function destroy(Mangas $mangas) { // } }