mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
6 lines
134 B
PHP
6 lines
134 B
PHP
@extends('components.layouts.error')
|
|
|
|
@section('title', __('Not Found'))
|
|
@section('code', '404')
|
|
@section('message', __('Not Found'))
|