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