Membership | Amount To Be Paid | Remaining Amount | Purchase Date | Expires On | Status |
---|---|---|---|---|---|
{{ $showSubscription->membership->title }} | {{ $showSubscription->amount_to_be_paid }} | {{ $showSubscription->amount_to_be_paid - $showSubscription->paid_amount }} | {{ $showSubscription->purchase_date->toFormattedDateString() }} | {{ (isset($showSubscription->expires_on))? $showSubscription->expires_on->toFormattedDateString(): '-' }} | {{ ($showSubscription->status == 'active')? ucwords($showSubscription->status): ucwords($showSubscription->status) }} |