Skip to content
Snippets Groups Projects
Commit 85fb14ca authored by AMOCA OKKES's avatar AMOCA OKKES
Browse files

fin TP6

parent b900ce19
Branches
No related merge requests found
No preview for this file type
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@yield('title')</title>
</head>
<body>
<h1>@yield('title')</h1>
@yield('content')
@include('shared.message')
</body>
</html>
\ No newline at end of file
......@@ -22,4 +22,11 @@
</p>
<br>
<?php
if (isset($_SESSION['message'])) {
echo $_SESSION['message'];
}
?>
@endsection
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment