@php $userData = is_array($userData ?? null) ? $userData : null; $avatarFallback = 'https://files.skinbase.org/default/avatar_default.webp'; $firstName = trim((string) Str::of((string) ($userData['name'] ?? 'there'))->before(' ')); @endphp @if ($userData)
{{ $userData['name'] ?? 'Member' }}

Welcome back,

{{ $firstName !== '' ? $firstName : ($userData['name'] ?? 'there') }}

@if ((int) ($userData['messages_unread'] ?? 0) > 0) {{ (int) $userData['messages_unread'] }} new @endif @if ((int) ($userData['notifications_unread'] ?? 0) > 0) {{ (int) $userData['notifications_unread'] }} @endif Upload
@endif