@include('partials.head') @include('partials.login-modal') @section('after-head') @if (!$errors->isEmpty())

{{ $errors->first() }}

x
@endif @show
@include("editions.{$edition}.cookies")
@yield('before-content') @yield('master')
@yield('after-content') @include('partials.footer')