Update for laravel 5.7 and adminlte v3-alpha

This commit is contained in:
Deon George
2019-02-08 23:42:58 +11:00
parent 11a321603c
commit 062b1bce8c
20 changed files with 364 additions and 519 deletions

View File

@@ -1,8 +1,19 @@
<!DOCTYPE html>
<html>
@section('htmlheader')
@include('adminlte::layouts.partials.htmlheader')
@include('adminlte::layouts.partials.htmlheader')
<!-- iCheck -->
<link rel="stylesheet" href="/plugin/iCheck/square/blue.css">
@show
@yield('content')
<body class="hold-transition login-page">
<div id="app">
@yield('content')
</div>
@section('scripts')
@include('adminlte::auth.partials.scripts')
@show
</body>
</html>