ALPHA 3.0.4

This commit is contained in:
TheGamecraft
2018-09-14 17:25:50 -04:00
parent d1c3d60791
commit 99ae047998
173 changed files with 26543 additions and 12060 deletions

View File

@@ -0,0 +1,33 @@
<!doctype html>
<html lang="en">
@include('layouts.ecc.head')
<body>
<div class="wrapper">
@include('layouts.ecc.sidebar')
<div class="main-panel">
@include('layouts.ecc.header')
<div class="content">
<div class="container-fluid">
@yield('content')
</div>
</div>
@include('layouts.ecc.footer')
</div>
</div>
</body>
@include('layouts.ecc.scripts')
@yield('custom_scripts')
</html>