@extends('layouts.main') @section('title', 'Choose Your Subscription Plan - Prolytics Connect') @section('styles') @endsection @section('content') @if($currentSubscription)
Plan: {{ $currentSubscription->subscriptionPlan->title }}
Status: {{ ucfirst(str_replace('_', ' ', $currentSubscription->status)) }}
@if($currentSubscription->current_period_end)Next billing: {{ $currentSubscription->current_period_end->format('M d, Y') }}
@endif @if($currentSubscription->amount)Amount: ${{ number_format($currentSubscription->amount, 2) }} {{ strtoupper($currentSubscription->currency) }}
@endif@if($currentSubscription) Upgrade or downgrade your plan at any time. Changes take effect immediately. @else Select a plan to get started with our services. @endif
@if(!$currentSubscription)Not ready to subscribe yet?
Please check back later or contact support.
Contact our support team if you have questions about which plan is right for you.
Contact Support