@extends('errors.layout') @section('title', 'Session Expired') @section('code', '419') @section('message', 'Your session has expired. Please log in again.') @section('content')
Session expired for security reasons.
Click below to login again and continue where you left off.
@include('errors.partials.dashboard_link', [ 'buttonClass' => 'btn btn-primary btn-lg', 'label' => 'Login Again', 'icon' => 'fas fa-sign-in-alt' ])