Update for laravel 5.7 and adminlte v3-alpha
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user