@php ($headerOption = [ 'title' => $module, 'header_buttons' => [ ($permission['create'] ? ''. \Config::get('settings.icon_add') .' Add New' : ''), ], 'filters' => isset($filters) ? $filters : [], 'data' => isset($data) ? $data : [] ]) @extends('admin.layouts.layout', $headerOption) @section('content')

Total Subscribers

13.5k

Monthly Revenue

$25,350

Failed Payments

15

Disputes

34

Active Subscriptions

Filter
@forelse($active_subscriptions as $val) @empty @endforelse {{-- --}}
User Plan Status Next Payments
Generic placeholder image
{!! isset($val->user->name) ? $val->user->name : 'NA' !!}
{!! isset($val->subscriptionPlan->name) ? $val->subscriptionPlan->name : 'NA' !!} Active {{ \App\Helpers\Helper::showdate($val->renew_at, false)}}
No records found.
Generic placeholder image
Emily Thompson
Basic Active 23rd May, 2025

Manage

Revenue Insights

Failed Payments

User Date Amount
Joshua Scott
23rd May, 2025 $25.00
Sophia White
23rd May, 2025 $25.00
Matthew Hall
23rd May, 2025 $25.00
Charlotte Wright
23rd May, 2025 $25.00

Pricing Plans

@forelse ($plans as $item) @empty @endforelse
Plan Price
{{ $item->name }}
${{ number_format($item->price, 2) }}
No subscription plans found.

Revenue Insights

Month Amount
Apr
$800.00
May
$255.00
June
$350.00
July
$550.00
Aug
$490.00
Sep
$910.00
@endsection @push('page_script') @endpush