mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 18:33:40 +08:00
13 lines
273 B
PHP
13 lines
273 B
PHP
@extends('flarum.forum::layouts.basic')
|
|
|
|
@section('content')
|
|
<p>
|
|
{{ $message }}
|
|
</p>
|
|
<p>
|
|
<a href="{{ $app->url() }}">
|
|
{{ $translator->trans('core.views.error.404_return_link', ['{forum}' => $settings->get('forum_title')]) }}
|
|
</a>
|
|
</p>
|
|
@endsection
|