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