mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 19:22:35 +01:00
6 lines
158 B
PHP
6 lines
158 B
PHP
@extends('layouts.errors')
|
|
|
|
@section('title', __('Page Expired'))
|
|
@section('code', '419')
|
|
@section('message', __($exception->getMessage() ?: 'Page Expired'))
|