@extends('layouts.app') @section('content')
Manage your subscription and billing
{{ $currentPlan->duration }}
{{ $currentPlan->description }}
@endif @if(auth()->user()->plan_expire_date)No active plan
Choose a plan below to get started
| Order ID | Plan | Amount | Status | Date |
|---|---|---|---|---|
| #{{ $order->order_id }} | {{ $order->plan_name }} | {{ $currencySymbol }}{{ number_format($order->price, 0) }} | @if($order->payment_status === 'completed') Completed @elseif($order->payment_status === 'pending') Pending @else Failed @endif | {{ $order->created_at->format('M d, Y') }} |
No orders found
Your order history will appear here
{{ $plan->duration }}
No plans available
Renew your current plan: {{ $lastPlan->name }}
Amount: {{ $currencySymbol }}{{ number_format($lastPlan->price, 0) }}
This will extend your current plan duration.
Current limit: {{ $currentPlan->max_customers }} clients
Cost per additional client:
Total cost: