@extends('layouts.app') @section('title', 'Dashboard') @section('content')

Dashboard

Campaigns

{{ $counts['campaigns'] }}

Products

{{ $counts['products'] }}

Orders

{{ $counts['orders'] }}

Knowledge base

{{ $counts['knowledge'] }}

Social accounts

{{ $counts['social_accounts'] }}

Social replies

{{ $counts['social_replies'] }}

Billing

{{ ucfirst($plan) }}

Landing pages

{{ $counts['landing_pages'] }}

Team

{{ $counts['users'] }}

@if(!empty($limits)) @endif

Welcome

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.

@endsection