@extends('errors.layout') @section('title', __('Page Expired')) @section('badge', __('Session Expired')) @section('code', '419') @section('heading', __('Page expired')) @section('message', __('Your session has expired due to inactivity. Please refresh the page and try again.')) @section('actions') {{ __('Sign In') }} @endsection