errors.blade.php 288 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <!DOCTYPE html> <html> @include('adminlte::layouts.partials.htmlheader') <body> <div id="app"> <!-- Main content --> <section class="content"> <!-- Your Page Content Here --> @yield('main-content') </section> </div> </body> </html>