@extends('base::layouts.default') @section('stylesheet') @endsection @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')

{{ __('video::dashboard.Dashboard') }}

@if (app('request')->has('error'))
You were not authorized to view the last page.
@endif
@if (isset($_GET['permission']))
You are not authorized to perform this action. Please contact your admin.
@endif @if ($errors->any())
{{ implode('', $errors->all(':message')) }}
@endif

Welcome To IPTV SOLUTION GROUP

PID: 123
ISG: 1.02

Active Subscriber Devices

Top 5 Countries

Your Subscribers metrics

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 }}
{{ __('video::dashboard.view_all') }}

Available Content

Tv Shows

@{{ dashCtrl.contetList.total_tv_show }}

Movies

@{{ dashCtrl.contetList.total_movie }}

Channels

@{{ dashCtrl.contetList.total_channel }}

Catch-ups

@{{ dashCtrl.contetList.total_catch_up }}

Live Rewind

@{{ dashCtrl.contetList.total_live_rewind }}

EPG

Epg List Status
{{ trans('base::general.not_found') }}
@{{ record.is_active == '1' ? 'Ok' : 'Failed' }}
{{ __('video::dashboard.view_all') }}

Streams

@{{ dashCtrl.StreamList.enabled_stream }}

Enabled

@{{ dashCtrl.StreamList.restarted || '0' }}

Restarted

@{{ dashCtrl.StreamList.disabled_stream }}

Disabled

Daily Sales Revenue (Total Payments)

Daily Sales Revenue (payment System Types)

Sales Revenue

Currency Total
{{ trans('base::general.not_found') }}
@{{ currency }} @{{ amount }}
@endsection @section('scripts') @endsection