@extends('layouts.app') @section('title', 'Page Expired - Edu Game Kabar') @section('content')

419

{{ __('Page Expired') }}

{{ __('Your session has expired due to inactivity. This happens for security reasons.') }}

{{ __('Go to Homepage') }}
{{ __('If this problem persists, please clear your browser cache and cookies.') }}
@endsection