first commit
This commit is contained in:
16
resources/views/layouts/admin.blade.php
Normal file
16
resources/views/layouts/admin.blade.php
Normal file
@ -0,0 +1,16 @@
|
||||
<html>
|
||||
@include('partials.admin.head')
|
||||
|
||||
<body class="hold-transition {{ setting('general.admin_theme', 'skin-green-light') }} sidebar-mini fixed">
|
||||
<!-- Site wrapper -->
|
||||
<div class="wrapper">
|
||||
@include('partials.admin.header')
|
||||
|
||||
@include('partials.admin.menu')
|
||||
|
||||
@include('partials.admin.content')
|
||||
|
||||
@include('partials.admin.footer')
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user