{{ __('This is a really long translation string that should never be exploded across multiple lines by the formatter no matter what') }}

{{ $user->profile->settings->preferences->notifications->email ? 'Enabled and active right now' : 'Disabled completely' }}

{{ collect($items)->map(fn ($i) => $i->name)->filter()->unique()->sort()->implode(', ') }}