@extends('errors.base')
@section('code', '419')
@section('heading', 'Session Expired')
@section('message', "Your session has expired. Please refresh the page or sign in again.")
@section('extra-actions')
@auth
Refresh
@endauth
@guest
Sign In
@endguest
@endsection