Hi @usamamuneer , for the data that needs to be stored in the database in different languages I'm using this package: https://github.com/dimsav/laravel-translatable it works quite well.
For the static translations laravel uses language files, and there are helpers in the view for it like @lang() or __(). More info here: https://laravel.com/docs/5.5/localization