mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 23:19:05 +00:00
Improving the translatability of project texts
This commit is contained in:
@@ -13,8 +13,10 @@ class MessageController extends Controller
|
||||
$log = NotificationLog::whereMsgId($msgId)->latest()->firstOrFail();
|
||||
$title = $log->title;
|
||||
$content = Markdown::parse($log->content)->toHtml();
|
||||
|
||||
return view('components.message', compact('title', 'content'));
|
||||
}
|
||||
|
||||
return view('components.message', compact('title', 'content'));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user