Files
einundzwanzig-app/resources/views/errors/404.blade.php
2025-11-22 22:56:37 +01:00

6 lines
134 B
PHP

@extends('components.layouts.error')
@section('title', __('Not Found'))
@section('code', '404')
@section('message', __('Not Found'))