@extends('admin.shell') @section('body')
{{ $managedUser->email }}
Joined
{{ optional($managedUser->created_at)->toDayDateTimeString() ?: 'Unknown' }}
Profile
{{ $managedUser->profile?->display_name ?: 'Not set' }}
Locale {{ $managedUser->profile?->locale ?: 'en' }} · Currency {{ $managedUser->profile?->currency ?: 'USD' }}
Spaces
{{ $spaces->count() }}
Push devices
{{ $pushSubscriptions->count() }}
{{ $space->name }}
{{ $space->id }}
@emptyNo spaces linked to this user yet.
@endforelse @forelse ($people as $person){{ $person->avatar }} {{ $person->name ?: 'Unnamed person' }}
{{ $person->email ?: 'No email' }} · Space {{ $person->space_id }}
No person records attached to this user.
@endforelse{{ $stat['label'] }}
{{ $stat['value'] }}
{{ $group->emoji }} {{ $group->name }}
Group · {{ $group->members_count }} members · Space {{ $group->space_id }}
{{ $list->emoji }} {{ $list->name }}
Shared list · {{ $list->members_count }} members · {{ $list->items_count }} items
{{ $purchase->emoji }} {{ $purchase->name }}
Shared purchase · {{ $purchase->status }} · {{ $purchase->members_count }} members
{{ $expense->description }}
{{ number_format((float) $expense->amount, 2) }} {{ $expense->currency }} · {{ optional($expense->expense_date)->toDateString() }}
{{ $activity->description }}
{{ $activity->activity_type }} · {{ optional($activity->activity_at)->toDayDateTimeString() }}
{{ $invitation->invited_email ?: $invitation->invited_name }}
Invitation · {{ $invitation->status }} · Group {{ $invitation->group_id }}