{{ __('Hello') }}, {{ auth('account')->user()->name }}
{{ __('Joined on :date', ['date' => auth('account')->user()->created_at->translatedFormat('M d, Y')]) }} @if ($uniqueId = auth('account')->user()->unique_id) {!! __('ID: :id', ['id' => Html::tag('strong', $uniqueId)]) !!} @endif