mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 01:44:45 +02:00
9 lines
197 B
PHP
9 lines
197 B
PHP
@props([
|
|
'code' => '404',
|
|
'title' => 'Not found',
|
|
'subtitle' => $exception->getMessage() ?? 'The requested resource was not found.',
|
|
'icon' => 'tabler-zoom-question'
|
|
])
|
|
|
|
@extends('errors::layout')
|