localizedMarkdownPath('terms.md'); return view('terms', [ 'terms' => Str::markdown(file_get_contents($termsFile)), ]); } }