@yield('main-content')
@section('htmlheader') @include('architect::layouts.partials.htmlheader') @show
@section('scripts') @include('architect::layouts.partials.scripts') {{-- Scripts --}} {!! Asset::scripts() !!} @yield('page-scripts') @show