Files
UNIT3D/resources/views/errors/444.blade.php
2022-07-06 20:48:40 -05:00

6 lines
150 B
PHP

@extends('errors.layout')
@section('title', 'Error 444')
@section('description', $exception->getMessage() ?: 'CONNECTION CLOSED WITHOUT RESPONSE.')