examism
@if ($errors->any())
@endif @if (session('status'))
{{ session('status') }}
@endif @yield('content')
{{-- CSRF keep-alive for every auth page (login, 2FA, password reset, invitation). A guest form can sit open far longer than the session lifetime, or be restored from the back/forward cache with a token belonging to a session that no longer exists. Both post a dead _token and Laravel answers 419 "Page Expired". We refresh the token periodically, whenever the tab becomes visible again, and once more immediately before the form is actually submitted. --}}