Total Users
{{$total_users}}
Total Subscriptions
{{$active_subscriptions}}
Today Subscriptions
{{$new_subscriptions}}
Estimated Revenue
{{"$".$revenue}}
{{----}}
{{----}}
{{----}}
{{----}}
All Members
Latest Members
Id | Name | Package | Joined on | |
---|---|---|---|---|
{{$lm->id}} | {{$lm->name}} | {{$lm->email}} | @if($lm->package) {{$lm->package->name}} @else {{'NaN'}} @endif | {{$lm->created_at}} |
{{----}}
{{----}}
{{----}}
Latest Payments
Id | Name | Amount | Payment Method | Renewal Count | Purchased on | |
---|---|---|---|---|---|---|
{{$lp->id}} | {{$lp->name}} | {{$lp->email}} | {{$lp->package->price}} | @if($lp->stripe_customer_id==="paypal") {{"Paypal"}} @else {{"Stripe"}} @endif | {{$lp->renewal_count}} | {{$lp->purchase_date}} |
{{ $latest_payments->links() }}
{{----}}
{{----}}
{{----}}
Today's expected payments
Id | Name | Amount | Payment Method | Renewal Count | Purchased on | Next Charge |
---|---|---|---|---|---|---|
{{$lp->id}} | {{$lp->name}} | {{$lp->package->price}} | @if($lp->stripe_customer_id==="paypal") {{"Paypal"}} @else {{"Stripe"}} @endif | {{$lp->renewal_count}} | {{$lp->purchase_date}} | {{$lp->should_charge_on}} |
{{ $expected_payments->links() }}