{{ __('Active Subscriptions') }}

Total Active
{{ $stats['total'] }}
Auto-Renewal Enabled
{{ $stats['auto_renewal'] }}
Expiring This Month
{{ $stats['expiring_soon'] }}
Monthly Revenue
Rs. {{ number_format($stats['monthly_revenue']) }}
Reset
@forelse ($subscriptions as $subscription) @empty @endforelse
Customer Sale Ref Start Date End Date Amount Frequency Auto Renew Actions
{{ $subscription->customer->name }} {{ $subscription->sale->sale_number }} {{ $subscription->start_date->format('M d, Y') }} {{ $subscription->end_date->format('M d, Y') }} Rs. {{ number_format($subscription->recurring_amount, 2) }} {{ ucfirst(str_replace('_', ' ', $subscription->frequency)) }} {{ $subscription->auto_renew ? 'Yes' : 'No' }}
View Edit
@csrf
No active subscriptions found
{{ $subscriptions->links() }}