You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
420 B

@extends('errors.layout')
@php
$error_number = 408;
@endphp
@section('title')
Request timeout.
@endsection
@section('description')
@php
$default_error_message = "Please <a href='javascript:history.back()''>go back</a>, refresh the page and try again.";
@endphp
{!! isset($exception)? ($exception->getMessage()?e($exception->getMessage()):$default_error_message): $default_error_message !!}
@endsection