mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-09 13:14:07 -06:00
6 lines
237 B
PHP
6 lines
237 B
PHP
@extends('errors.layout')
|
|
|
|
@section('title', 'Error 404: Page Not Found')
|
|
|
|
@section('description', $exception->getMessage() ?: 'The requested page cannot be found! Not sure what you\'re looking for but check the address and try again!')
|