This commit is contained in:
2025-06-07 14:54:16 +02:00
parent 6136ffa5f6
commit 45c08b6ba9
3 changed files with 25 additions and 2 deletions

View File

@@ -36,9 +36,10 @@ class MangasController extends Controller
/**
* Display the specified resource.
*/
public function show(Mangas $mangas)
public function show(Mangas $manga)
{
//
$genre = $manga->genre;
return view("vManga", compact("manga", "genre"));
}
/**