@extends('base::layouts.default') @section('stylesheet') @endsection @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')
| List | {{ __('video::dashboard.count') }} |
|---|---|
|
Total count of subscribers
Total count of subscriber in your database
|
@{{ dashCtrl.metricsList.total_subscribers }} |
|
Active subscribers
Total count of subscriber active in your database
|
@{{ dashCtrl.metricsList.active_subscribers }} |
|
Expired subscribers
Total count of expired subscriber in your database
|
@{{ dashCtrl.metricsList.expired_subscribers }} |
|
Inactive subscribers
Total count of subscriber who have not accepted TOA, existing in
your database
|
@{{ dashCtrl.metricsList.inactive_subscribers }} |
|
New subscribers
Total count of new subscriber in your database over the last 7 days
|
@{{ dashCtrl.metricsList.new_subscribers }} |
| Epg List | Status | |||||
|---|---|---|---|---|---|---|
| {{ trans('base::general.not_found') }} | ||||||
| @{{ record.is_active == '1' ? 'Ok' : 'Failed' }} | ||||||
| Currency | Total |
|---|---|
| {{ trans('base::general.not_found') }} | |
| @{{ currency }} | @{{ amount }} |