@extends('layouts.app') @section('title', 'Dashboard - EKINPAY') @section('page-title', 'Dashboard Overview') @section('content')
Your subscription will expire in {{ $subscriptionData['days'] }} days, {{ $subscriptionData['hours'] }} hours, {{ $subscriptionData['minutes'] }} minutes
Expiry Date: {{ $subscriptionData['expiry_date'] }}
Today's Sales
Performance
Last 7 days
Latest Payment Activities
Revenue by Package Type
| Package | Service Type | Subscription | Revenue |
|---|---|---|---|
|
{{ $package['package_name'] ?? 'N/A' }}
|
{{ $package['service_type'] ?? 'N/A' }} |
{{ $package['total'] ?? 0 }}
|
{{ $currencySymbol }}{{ number_format($package['revenue'] ?? 0) }}
|
| No package data available | |||
Highest Bandwidth Usage
| Account | Usage |
|---|---|
|
{{ $user->account }}
|
{{ number_format($user->download_gb) }} GB/{{ number_format($user->upload_gb) }} GB
|
| No usage data available | |