@section('htmlheader') @include('architect::layouts.partials.htmlheader') @show
@yield('content')
@section('scripts') @include('architect::auth.partials.scripts') @yield('page-scripts') @show