5 lines
139 B
PHP
5 lines
139 B
PHP
@extends('portal.ninja2020.layout.error')
|
|
|
|
@section('title', __('Not Found'))
|
|
@section('code', '404')
|
|
@section('message', __('Not Found'))
|