demo/resources/views/errors/404.blade.php
2023-03-23 18:50:47 +01:00

6 lines
164 B
PHP

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