mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
8 lines
105 B
PHP
8 lines
105 B
PHP
@extends('flarum.forum::layouts.basic')
|
|
|
|
@section('content')
|
|
<p>
|
|
{{ $message }}
|
|
</p>
|
|
@endsection
|