leenooks/resources/themes/adminlte/views/layouts/errors.blade.php
2018-04-23 17:45:21 +10:00

17 lines
385 B
PHP

<!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>