5 lines
124 B
PHP
5 lines
124 B
PHP
@extends('errors::layout')
|
|
|
|
@section('title', __('Not Found'))
|
|
@section('code', '404')
|
|
@section('message', __('Not Found'))
|