@extends('template.master') @section('page_styles') @stop @section('content') @include('payment.utilities.payment_form') @include('payment.utilities.latest_transactions') @include('payment.utilities.upcoming_dues')
Subscription | Price | Name | Start Date | Trial End | Next Payment | Last Payment | Option |
---|---|---|---|---|---|---|---|
Unsubscribed {{ $skey }} | ${{ number_format($subscription['cost'], 2) }} / {{ $subscription['interval'] }} | {{ $ukey }} Login / View as | |||||
Subscribed {{ $skey }} | ${{ number_format($subscription->plan->cost, 2) }} / {{ $subscription->plan->interval }} | {{ $ukey }} Login / View as | {{$payment_date}} | @if(!empty($subscription->trial_ends_at)) {{date('Y/m/d', strtotime($subscription->trial_ends_at))}} @endif | In {{ round($next_payment / (60 * 60 * 24)) }} days | @if(!empty($last_payment)) {{ round($last_payment / (60 * 60 * 24)) }} days ago @endif | Upgrade | Refund | Cancel |
Subscription | Price | Name | Start Date | Trial End | Next Payment | Last Payment | Option |