latest()->firstOrFail(); $title = $log->title; $content = Markdown::parse($log->content)->toHtml(); } return view('components.message', compact('title', 'content')); } }