Просмотр файла resources/lang/en/walls.php
<?php
return [
'title' => 'User wall',
'new' => 'New records',
'empty_messages' => 'No records yet!',
'message_text' => 'Message text',
'message' => 'Message',
'write' => 'Write',
'not_authorized' => 'To add a message you need to be logged in!',
'total' => 'Total records',
];