resources/lang/en/search.php
<?php
return [
'help_text' => '
Open the page in the file editor:<br>
<code>search/index.blade.php</code><br><br>
or via the file system: <br>
<code>/resources/views/search/index.blade.php</code><br><br>
Paste the generated code here<br>',
'help_link' => 'Link to search creation documentation',
];