restore composer.json, add mysqli extension
This commit is contained in:
36
resources/views/dashboard/layouts/app.blade.php
Executable file
36
resources/views/dashboard/layouts/app.blade.php
Executable file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="loading" lang="ru" data-textdirection="ltr">
|
||||
|
||||
<head>
|
||||
@include('dashboard.layouts.meta')
|
||||
@include('dashboard.layouts.styles')
|
||||
</head>
|
||||
|
||||
<body class="vertical-layout vertical-menu-modern 2-columns navbar-sticky fixed-footer" data-open="click"
|
||||
data-menu="vertical-menu-modern" data-col="2-columns">
|
||||
|
||||
@include('dashboard.layouts.sidebar')
|
||||
|
||||
<!-- BEGIN: Content-->
|
||||
<div class="app-content content">
|
||||
@include('dashboard.layouts.header')
|
||||
|
||||
<div class="content-wrapper">
|
||||
@yield('speedbar')
|
||||
<div class="content-body">
|
||||
@include('dashboard.includes.alerts')
|
||||
@yield('content')
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END: Content-->
|
||||
|
||||
<div class="sidenav-overlay"></div>
|
||||
<div class="drag-target"></div>
|
||||
|
||||
@include('dashboard.layouts.footer')
|
||||
|
||||
@include('dashboard.layouts.scripts')
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user