The trans function translates the given translation key using your localization files:
<?php echo trans('messages.welcome');
<?php             return $key;

        }



        return trans($key, $replace, $locale);

    }

}