@extends('admin.shell') @section('body')
Super Admin
Monitor the whole app, jump into users and spaces, and manage access from one place.
{{ $card['label'] }}
{{ number_format($card['value']) }}
{{ $item['label'] }}
{{ number_format($item['value']) }}
Recent users
{{ $user->profile?->display_name ?: $user->name }}
@if ($user->isSuperAdmin()) Admin @endif{{ $user->email }}
{{ optional($user->created_at)->diffForHumans() }}
@endforeachRecent spaces
{{ $space->name }}
{{ $space->id }}
@endforeachLive feed
{{ $activity->description }}
{{ $activity->activity_type }} ยท {{ optional($activity->activity_at)->diffForHumans() }}