Plan
{{ $data['current_plan_name'] }}
Price
${{ $data['current_plan_cost'] }}/{{ $data['current_plan_duration'] }}
Last Billing
{{ $data['last_billing_date'] }}
Expiration {{ $data['remaining_days'] }}
Days Left
@if ($data['remaining_days'] <= 45)
Upgrade
@else
Renew Plan
@endif
Payment Status
{{ $data['payment_status'] }}
Plan Start Date
{{ $data['last_billing_date'] }}
@if (date('Y-m-d', strtotime(Auth::user()->valid_plan_date)) > date('Y-m-d'))
Plan End Date
{{ $data['valid_plan_date'] }}
@elseif(date('Y-m-d', strtotime(Auth::user()->valid_plan_date)) < date('Y-m-d'))
Grace Period End Date
{{ $data['grace_plan_date'] }}
@endif