mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
10 lines
267 B
PHP
10 lines
267 B
PHP
@extends('errors.layout')
|
|
|
|
@section('title', __('Page expiré'))
|
|
@section('code')
|
|
<span>4</span><span>1</span><span>9</span>
|
|
@endsection
|
|
@section('message', 'Nous sommes désolé, la page a expiré.')
|
|
@section('error',$exception->getMessage())
|
|
@section('url','')
|