@if($selectedUser ?? false)
@php $chatAppearance = app(\GletraChatBox\App\Services\UserSettingsService::class)->appearance(auth()->user()); $chatCustomWallpaperUrl = !empty($chatAppearance['custom_wallpaper']) ? storage_url($chatAppearance['custom_wallpaper']) : null; @endphp @endif