mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 11:13:02 +01:00
6 lines
157 B
PHP
6 lines
157 B
PHP
@extends('layouts.errors')
|
|
|
|
@section('title', __('Not Found'))
|
|
@section('code', '404')
|
|
@section('message', __($exception->getMessage() ?: 'Page not Found'))
|