@php $user = $profile['user']; $stats = $profile['stats']; @endphp
@lang('role.role'): {{ $user->role_name ?: '—' }}
@lang('lang_v1.profile_last_activity'): {{ $profile['last_activity_at'] ? format_datetime($profile['last_activity_at']) : '—' }}