@section('htmlheader') @include('layouts.partials.htmlheader') @show
@yield('content')
{{-- Scripts --}} @section('scripts') @include('layouts.partials.scripts') @yield('page-scripts') @show