@extends('errors._base') @section('code', '419') @section('title', 'Сеанс истёк') @section('message', 'Вы слишком долго не совершали действий, и страница устарела. Войдите снова — данные, которые вы уже сохранили, не потеряны.') @section('actions') {{-- The whole point of this page over Laravel's "Page Expired" is telling the user what to actually do, so logging back in is the primary action. --}} Войти снова @endsection