mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 03:49:10 -04:00
ALPHA 3.0.4
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user