@extends('layouts.app') @section('title', 'Dashboard') @section('content')
{{ $counts['campaigns'] }}
{{ $counts['products'] }}
{{ $counts['orders'] }}
{{ $counts['knowledge'] }}
{{ $counts['social_accounts'] }}
{{ $counts['social_replies'] }}
{{ ucfirst($plan) }}
{{ $counts['landing_pages'] }}
{{ $counts['users'] }}
Plan: {{ ucfirst($plan) }}
@if(isset($activeSub) && $activeSub)Expires {{ $activeSub->expires_at->format('M j, Y') }}. Renew
@endif@php $parts = []; foreach (['products' => 'products', 'campaigns' => 'campaigns', 'orders' => 'orders', 'knowledge' => 'knowledge docs', 'social_accounts' => 'social accounts', 'users' => 'users'] as $key => $label) { $limit = $limits[$key] ?? null; if ($limit !== null && isset($usage[$key])) { $parts[] = $usage[$key] . ' / ' . $limit . ' ' . $label; } } if (isset($limits['ai_tokens_per_month'], $usage['ai_tokens'])) { $parts[] = number_format($usage['ai_tokens']) . ' / ' . number_format($limits['ai_tokens_per_month']) . ' AI tokens (this month)'; } @endphp {{ implode(' · ', $parts) ?: 'Unlimited' }}
Use the left menu to manage campaigns, social accounts, social replies, products, orders, knowledge base, landing pages, and team. Generate AI content from the AI content page. Set AI reply tone in Settings → Workspace. Workspace admins can add team members (Team), manage landing pages, upgrade the plan, and view payment history under Billing.