SAND-framework/application/include/vues/system/system.blade.php
Emmanuel ROY 8305007317 Application nettoyé,
Ajout de la lib composer hybridauth/hybridauth
TODO: integrer hybrid auth sur une page simple d'authentification
2019-09-09 22:37:17 +02:00

9 lines
163 B
PHP

<html>
<head>
<title>{{$page_title}}</title>
<meta name="description" lang="fr" content="{{$description}}" />
</head>
<body>
@yield('body')
</body>
</html>