leenooks/resources/themes/adminlte/views/layouts/errors.blade.php

17 lines
385 B
PHP
Raw Normal View History

2018-04-23 07:45:21 +00:00
<!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>