wyyl/themes/default/errors/404.blade.php

6 lines
123 B
PHP

@extends('layout.master')
@section('title', __('Not Found'))
@section('code', '404')
@section('message', __('Not Found'))