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

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!')