@extends('layouts.guest') @section('title', __('Session expired')) @section('content')

{{ __('Your session expired') }}

{{ __('For security, the form expired. We will refresh in') }} {{ __('seconds') }}.

{{ __('Refresh now') }}
@endsection