{{-- Close button --}}
{{-- Icon --}}
{{-- Content --}}

You're Making Great Progress!

You've used {{ $data['ai_replies_used'] ?? 0 }} AI replies so far. Only {{ $data['ai_replies_remaining'] ?? 0 }} left on your free plan.

{{-- Usage indicator --}}
AI Replies Used {{ $data['ai_replies_used'] ?? 0 }} / {{ $data['ai_replies_total'] ?? 5 }}
@php $total = $data['ai_replies_total'] ?? 5; $used = $data['ai_replies_used'] ?? 0; $percentUsed = $total > 0 ? ($used / $total) * 100 : 0; @endphp
{{-- Benefits box --}}

Upgrade to Pro and get:

  • 50+ AI replies per month
  • Unlimited review invitations
  • Priority support
  • Advanced analytics & insights
{{-- Actions --}}