6 lines
103 B
PHP
6 lines
103 B
PHP
@extends('errors::layout')
|
|
|
|
@section('title', 'Page Not Found')
|
|
|
|
@section('message', 'Page not found')
|