SAND-framework/application/include/vues/system/system.blade.php
2019-12-05 18:29:10 +01:00

24 lines
280 B
PHP
Executable file

<html>
<head>
<title>{{$page_title}}</title>
<meta name="description" lang="fr" content="{{$description}}"/>
@section('top-css')
@endsection
</head>
<body>
@section('top-javascript')
@show
@yield('body')
@section('bottom-javascript')
@show
</body>
</html>