Vous êtes connecté en tant que anonymous Se Deconnecter
application/include/vues/system/layout.blade.php
6a6838e9
 <html>
 <head>
     <title>App Name</title>
 </head>
 <body>
 @section('sidebar')
     This is the master sidebar.
 @show
 
 <div class="container">
     @yield('content')
 </div>
 </body>
 </html>