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

Products

{{ $stats['products'] }}

Orders

{{ $stats['orders'] }}

Campaigns

{{ $stats['campaigns'] }}

AI requests

{{ $stats['ai_requests'] }}

@can('viewAny', App\Models\User::class)

Users

Manage team members, roles, and access. Add users and assign roles (Tenant Admin, Marketing Manager, Sales Manager, Viewer).

Manage users →
@endcan

Products

Manage your digital products and files. Add products, set prices, and deliver via secure download links.

View products →

Orders

Track orders from pending to paid and completed. Customers get secure, time-limited download links.

View orders →

Campaigns

Create and send email campaigns. Draft, schedule, and send in batches with delivery tracking.

View campaigns →

AI Studio

Generate marketing copy and content with AI. Requests are queued and processed in the background.

Open AI Studio →
@endsection