Vous êtes connecté en tant que anonymous Se Deconnecter
application/include/vues/system/system.blade.php
59ab808b
 <html>
8640b6e0
 
59ab808b
 <head>
     <title>{{$page_title}}</title>
8640b6e0
     <meta name="description" lang="fr" content="{{$description}}"/>
 
     @section('top-css')
     @endsection
 
59ab808b
 </head>
8640b6e0
 
59ab808b
 <body>
8640b6e0
 
ee2d7d73
 @section('top-javascript')
 @show
 
59ab808b
 @yield('body')
8640b6e0
 
 @section('bottom-javascript')
ee2d7d73
 @show
8640b6e0
 
59ab808b
 </body>
8640b6e0
 
59ab808b
 </html>