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

@@ -0,0 +1,18 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Manga !</title>
</head>
<body>
<div id="global">
<div id="contenu">
<article>
<p>id : {{ $manga->id }}</p>
<p>titre : {{ $manga->titre }}</p>
<p>Genre : {{ $genre->lib_genre }}</p>
<p>Couverture : {{ $manga->couverture }}</p>
</article>
</div>
</div>
</body>
</html>