@extends('layouts.admin') @section('title', __('Dashboard')) @section('page-title', __('Dashboard')) @section('content')
{{ __('Total User') }}
{{ number_format($usersCount ?? 0) }}
{{ __('Subscribers') }}
{{ number_format($subscribersCount ?? 0) }}
{{ __('Earnings') }}
${{ number_format((float) ($earnings ?? 0), 2) }}
{{ __('Campaigns Created') }}
{{ number_format($campaignsCreated ?? 0) }}
{{ __('Campaigns Ran') }}
{{ number_format($campaignsRan ?? 0) }}
{{ __('Email Lists Created') }}
{{ number_format($listsCreated ?? 0) }}
{{ __('Subscription Cancelled') }}
{{ number_format($subscriptionsCancelled ?? 0) }}
{{ __('Templates Created') }}
{{ number_format($templatesCreated ?? 0) }}
{{ $item['label'] ?? '' }}
{{ $item['detail'] ?? '' }}
{{ \Carbon\Carbon::parse($item['at'])->diffForHumans() }}
{{ __('No recent activity') }}