brc/brc_laravel/brc/resources/views/errors/404.blade.php
2020-09-29 21:32:40 +02:00

5 lines
125 B
PHP

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