This commit is contained in:
2025-06-07 14:54:07 +02:00
parent 6cac04fe68
commit 6136ffa5f6
3 changed files with 33 additions and 1 deletions

View File

@@ -13,7 +13,8 @@ class MangasController extends Controller
*/
public function index()
{
//
$mangas = Mangas::all();
return view("index", compact("mangas"));
}
/**