@php $barAccents = ['#185FA5', '#2D6A0F', '#8A5200']; $inviteQuotaWarn = ($stats['invite_quota_limit'] ?? 0) > 0 && ($stats['invite_quota_used'] ?? 0) >= ($stats['invite_quota_limit'] ?? 0); $aiQuotaWarn = ($stats['ai_reply_quota_limit'] ?? 0) > 0 && ($stats['ai_replies'] ?? 0) >= ($stats['ai_reply_quota_limit'] ?? 0); @endphp
| Business | Customer | @elseCustomer | @endifAppointment | Sent | Clicked | Reviews |
|---|---|---|---|---|---|---|
|
{{ $row['business_name'] }}
|
@endif
{{ $row['name'] }}
{{ $row['email'] }}
|
{{ $row['appointment'] }}
@if($row['is_upcoming'])
Upcoming
@endif
|
@if($row['is_upcoming']) โ @else @include('livewire.dashboard.partials.invite-stat-badge', ['value' => $row['sent_badge']]) @endif | @if($row['is_upcoming']) โ @else @include('livewire.dashboard.partials.invite-stat-badge', ['value' => $row['click_badge']]) @endif | @if($row['is_upcoming']) โ @else @include('livewire.dashboard.partials.invite-stat-badge', ['value' => $row['review_badge']]) @endif |