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

14 lines
184 B
PHP

<html>
<head>
<title>App Name</title>
</head>
<body>
@section('sidebar')
This is the master sidebar.
@show
<div class="container">
@yield('content')
</div>
</body>
</html>