Role
@if (Lang::has('Role::example.welcome'))
{{ trans('Role::example.welcome') }}
@else
Welcome, this is Role module.
@endif