@section('htmlheader') @include('layouts.partials.htmlheader') @show
@yield('content')
@section('scripts') @include('auth.partials.scripts') @show