mivita/resources/views/errors/419.blade.php
Kevin Adametz bfa3bb1df4 08 2024
2024-08-05 12:05:24 +02:00

5 lines
130 B
PHP

@extends('errors::layout')
@section('title', __('Page Expired'))
@section('code', '419')
@section('message', __('Page Expired'))