UPCOMING SUBSCRIPTION PLAN
{{ strtoupper(auth()->user()->scheduledNotStartedSubscriptions()->first()->plan->name) }}
CURRENT SUBSCRIPTION PLAN
@if(authSubscription()){{ strtoupper($userCurrentPlan?->name)}}
@elseNONE
@endif {{-- CHANGE PLAN --}} {{-- CANCEL PLAN --}}Credit Card
{{ auth()->user()->fullName }}
**** **** **** {{ jsdecode_userdata(auth()->user()->userCards->where('is_default', 1)->first()->last_digits) }}
ACTIVE PLAN
${{ authSubscription()->price }} / {{ authSubscription()->plan_type }}
Amount paid
-
@forelse($combinedPayments as $payment)
-
{{ \Carbon\Carbon::parse($payment->created_at)->format('F j, Y') }}{{ \Carbon\Carbon::parse($payment->created_at)->format('H:i A') }}
${{ (@$payment->total_amount > 0 ) ? number_format($payment->total_amount , 2) : number_format($payment->amount , 2) }}
@empty
No payment found