6 lines
164 B
PHP
6 lines
164 B
PHP
@extends('errors::illustrated-layout')
|
|
|
|
@section('title', __('Not Found'))
|
|
@section('code', '404')
|
|
@section('message', __($exception->getMessage() ?: 'Not Found'))
|