Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Application nettoyé, Ajout de la lib composer hybridauth/hybridauth TODO: integrer hybrid auth sur une page simple d'authentification

Emmanuel ROY authored on 09/09/2019 22:37:17
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,13 @@
1
+@extends('system')
2
+
3
+@section('body')
4
+
5
+    @section('sidebar')
6
+        This is the master sidebar.
7
+    @show
8
+
9
+    <div class="container">
10
+        @yield('content')
11
+    </div>
12
+
13
+@endsection
0 14
\ No newline at end of file