@extends('backend.index') @section('content')
Total Revenue
Artist's Commission
Songs Sales
{{ $stats->song->count }} items
Albums Sales
{{ $stats->album->count }} items
You are using an outdated build version of the script, the version you are using: {{ env('APP_VERSION') }}
At the moment, a new build of the script is available:
This version is a beta release and may contain elements that have not been fully tested. It is provided without warranty of any kind either express or implied. If you don't want to be a beta tester, please kindly wait for stable version which will be release soon.
To update your site to the latest version, you need to follow the link: Upgrade Music Engine
You can view information about the new version of the script at Music Engine
Customer | Status | Plan | Billing | Amount | Created |
---|---|---|---|---|---|
{{ $order->user->name }} | @if(\Carbon\Carbon::parse($order->trial_end)->gt(\Carbon\Carbon::now())) Trial ends {{ \Carbon\Carbon::parse($order->trial_end)->format('F j') }} @elseif(\Carbon\Carbon::parse($order->next_billing_date)->gt(\Carbon\Carbon::now())) Active @else in-Active @endif | {{ $order->service->title }} | Auto | {{ __('symbol.' . $order->currency) }}{{ number_format($order->amount) }} | {{ timeElapsedString($order->created_at) }} |
{{ $user->email }} {{ timeElapsedString($user->created_at) }}
by {{ $post->uname }}{{ timeElapsedString($post->created_at) }}
Operation Status of the website | {!! $dashboard->statistics->system_status !!} |
Site url | {{ $dashboard->statistics->site_url }} |
The total number of news articles | {{ $dashboard->statistics->total_posts }} |
News awaiting for verification | {{ $dashboard->statistics->awaiting_posts }} |
Total comments: | {{ $dashboard->statistics->total_comments }} |
Comments that are awaiting for moderation | {{ $dashboard->statistics->awaiting_comments }} |
Registered users | {{ $dashboard->statistics->total_users }} |
Banned users | {{ $dashboard->statistics->banned_users }} |
The total number of artists | {{ $dashboard->statistics->total_artists }} |
Artists that are awaiting for moderation | {{ $dashboard->statistics->awaiting_artists }} |