@extends('master-user') @section('content')

Recent Subscription

@if($activePlanDetails)
Plan Name: {{ $activePlanDetails['plan_name'] }}
Active Since: {{ $activePlanDetails['active_since'] }}
Number of Short URLs: {{ moneyFormatIndia($activePlanDetails['max_short_urls']) }}
Price: Rs. {{ number_format($activePlanDetails['price'], 2) }}
@endif

All Plans

@foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach @foreach($allPlans as $plan) @endforeach
{{ $plan->name }}
PriceRs. {{ number_format($plan->price, 2) }} *
No. of Short URLs{!! !empty($plan->max_short_urls) ? moneyFormatIndia($plan->max_short_urls) : 'Unlimited' !!}
Basic Tracking
Custom Prefix/Headers @if($plan->allow_custom_headers) @else @endif
Unlimited short URLs/month@if($plan->unlimited_short_urls_per_month)@else@endif
Role-based team management@if($plan->role_based_team_management)@else@endif
SLA-backed 99.9% uptime@if($plan->sla_99_9_uptime)@else@endif
Dedicated account manager @if(isset($plan->dedicated_account_manager) && ($plan->dedicated_account_manager == 1 || $plan->dedicated_account_manager === true)) @else @endif
Custom API limits and endpoints @if(isset($plan->custom_api_limits) && ($plan->custom_api_limits == 1 || $plan->custom_api_limits === true)) @else @endif
Custom analytics dashboards @if(isset($plan->custom_analytics_dashboards) && ($plan->custom_analytics_dashboards == 1 || $plan->custom_analytics_dashboards === true)) @else @endif
Data retention policies for compliance @if(isset($plan->data_retention_policies) && ($plan->data_retention_policies == 1 || $plan->data_retention_policies === true)) @else @endif
Live chat & phone support @if(isset($plan->live_chat_phone_support) && ($plan->live_chat_phone_support == 1 || $plan->live_chat_phone_support === true)) @else @endif
@if(($plan->price) < 1 && $hasUserOptedForFreePlan) Claimed @elseif(($plan->price) < 1 && !$hasUserOptedForFreePlan) Claim @else Subscribe @endif
* Prices are exclusive of taxes.
@endsection @push('post_js') @endpush