mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-07 04:31:22 +01: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!')
|