@php $rawName = $user->name ?: __('emails.device_connection.fallback_name'); $safeName = e($rawName); $heroName = ''.$safeName.''; @endphp