Files
OpnForm/resources/views/errors/404.blade.php
Julien Nahum f8e6cd4dd6 Initial commit
2022-09-20 21:59:52 +02:00

6 lines
125 B
PHP

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