Files
TP-Colle/laravel/resources/views/vManga.blade.php
2025-06-07 15:07:07 +02:00

18 lines
350 B
PHP

<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>