Initial Release
This commit is contained in:
17
resources/themes/adminlte/views/layouts/errors.blade.php
Normal file
17
resources/themes/adminlte/views/layouts/errors.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
@include('adminlte::layouts.partials.htmlheader')
|
||||
<body>
|
||||
<div id="app" v-cloak>
|
||||
<!-- Main content -->
|
||||
<section class="content">
|
||||
<!-- Your Page Content Here -->
|
||||
@yield('main-content')
|
||||
</section>
|
||||
</div>
|
||||
@section('scripts')
|
||||
@include('adminlte::layouts.partials.scripts')
|
||||
@show
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user