@extends('admin.layouts.master') @section('title', __('dashboard')) @section('content') @push('css') @endpush
{{ __('active_subscription') }}

{{ $total_active_subscriptions }}

{{ __('total_earning') }}

{{ get_price($total_earning) }}

{{ __('total_client') }}

{{ $total_client }}

{{ __('earning_report') }}

{{ __('new_clients') }}

{{ $total_client }}

{{ __('total_subscription') }}

{{ $subscriptions->count() }}

{{ __('total_sale') }}

{{ get_price($total_earning) }}

{{ __('total_movies') }}

{{ $total_movies }}

{{ __('total_series') }}

{{ $total_series }}

{{ __('best_selling_plan') }}

@include('admin.dashboard.best_selling_package_table')

{{ __('recent_subscription') }}

@include('admin.dashboard.recent_subscription_table')

{{ __('best_clients') }}

@include('admin.dashboard.best_client_table')
@endsection @push('js') @endpush