{{ __('localization.dashboard.overview.context_workspace_chip', ['workspace' => $context['workspace']]) }}
@if (filled($context['provider'] ?? null))
@if (($context['providerKey'] ?? null) === 'microsoft') @else @endif {{ __('localization.dashboard.overview.context_provider_chip', ['provider' => $context['provider']]) }}
@endif @if (filled($context['latestActivity'] ?? null))
{{ __('localization.dashboard.overview.context_latest_activity_chip', ['time' => $context['latestActivity']]) }}
@endif