mivita/resources/views/errors/404.blade.php
Kevin Adametz bfa3bb1df4 08 2024
2024-08-05 12:05:24 +02:00

5 lines
124 B
PHP

@extends('errors::layout')
@section('title', __('Not Found'))
@section('code', '404')
@section('message', __('Not Found'))