12 lines
257 B
PHP
12 lines
257 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
@include('layouts.head');
|
|
<body class="hold-transition sidebar-mini">
|
|
<div class="wrapper">
|
|
@include('layouts.navbar')
|
|
@include('layouts.content')
|
|
@include('layouts.footer')
|
|
</div>
|
|
@include('layouts.scripts')
|
|
</body>
|
|
</html> |