Prolytics Connect Logo
{{ $threshold }}% Usage Alert

Workspace Storage Usage Warning

Your workspace storage usage has reached {{ $threshold }}% of your allocated limit.

{{ number_format($utilization_percentage, 1) }}%
Company {{ $company_name }}
Current Usage {{ number_format($utilization_percentage, 1) }}%
Utilization Storage {{ number_format(round($total_utilization_gb, 2), 2) }} GB
Static Storage {{ number_format(round($total_static_storage_gb, 2), 2) }} GB
Total Used {{ number_format(round($total_used_gb, 2), 2) }} GB
Alert Time {{ $alert_date }}
@if($threshold >= 100)
⚠️ CRITICAL: You have reached 100% of your storage limit. Immediate action is required to prevent service interruption.
@elseif($threshold >= 90)
⚠️ WARNING: You are approaching your storage limit. Please consider cleaning up unused data or upgrading your plan.
@else
ℹ️ NOTICE: Your storage usage has reached {{ $threshold }}%. Consider monitoring your workspace data more closely.
@endif

What can you do?