SAND-framework/application/include/vues/system/system.blade.php

24 lines
280 B
PHP
Raw Normal View History

<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>