@extends('layouts.app') @section('title') {{'Subscription Plan'}} @endsection @section('content') @push('styles') @endpush
@if(!empty($showPlanPurchaseMessage)) @endif @if(!empty($showPLanExpireMessage)) @endif @if(empty($userSubscriptionPlan)) @endif @if(empty($ifUserHasPaymentMethod['data'])) @if(Auth::user()->hasRole('business_super_admin')) @endif @endif
@foreach($allSubscriptionPlans as $plan) @endforeach {{-- @foreach($allSubscriptionPlans as $plan) @endforeach --}} @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach @foreach($allSubscriptionPlans as $plan) @endforeach
@if(!empty($userSubscriptionPlan) && $plan['id'] == $userSubscriptionPlan['subscription_id'])
Current Plan
@endif

{{$plan['name']}}

${{ $plan['monthly_price'] }} / month


{{--

{{ $plan['description'] }}

--}}
@if(auth()->user()->hasPermissionTo('can_manage_subscription_plan')) @if(empty($userSubscriptionPlan))

Subscribe at {{ "$".$plan['discount_price'] }} per month

@else @if(!empty($userSubscriptionPlan) && $plan['id'] != $userSubscriptionPlan['subscription_id']|| $userSubscriptionPlan['subscription_type'] != "per_month")

Update subscription at {{ "$".$plan['discount_price'] }} per month

@endif @endif @endif
@if(auth()->user()->hasPermissionTo('can_manage_subscription_plan')) @if(empty($userSubscriptionPlan))

Subscribe at {{ "$".$plan['monthly_price_first_year'] }} per year

@else @if(!empty($userSubscriptionPlan) && $plan['id'] != $userSubscriptionPlan['subscription_id'] || $userSubscriptionPlan['subscription_type'] != "per_year") {{-- {{dd($userSubscriptionPlan);}} --}}

Update subscription at {{ "$".$plan['monthly_price_first_year'] }} per year

@endif @endif @endif
Plan Features
Price per Year

{{ "$".$plan['annual_price'] }}

Saving (by choosing the annual plan)

{{ "$".$plan['saving_on_annual_plan'] }}

Discount for the first year

{{ "$".$plan['first_year_discount'] }}

Discounted price

{{ "$".$plan['discount_price'] }} {{-- {{ "$".$plan['discount_price'] }} --}}

Data Access
Demographics
{!! $plan['can_access_demographics'] ? '' : '' !!}
Economy
{!! $plan['can_access_economy'] ? '' : '' !!}
Infrastructure
{!! $plan['can_access_infrastructure'] ? '' : '' !!}
Regulation
{!! $plan['can_access_regulation'] ? '' : '' !!}
Coverage access
US
{!! $plan['can_access_us_data'] ? '' : '' !!}
Global
{!! $plan['can_access_global_data'] ? '' : '' !!}
Business Insights
Profiles
{!! $plan['can_access_profile'] ? '' : '' !!}
Needs
{!! $plan['can_access_need'] ? '' : '' !!}
Contacts
{!! $plan['can_access_contact'] ? '' : '' !!}
Engagement
Direct chat
{!! $plan['can_access_chat'] ? '' : '' !!}
Book a Call
{!! $plan['can_access_call'] ? '' : '' !!}
News
{!! $plan['can_access_news'] ? '' : '' !!}
Ratings and Reviews
{!! $plan['can_access_rating_review'] ? '' : '' !!}
Social media integration
{!! $plan['can_access_social_media_integration'] ? '' : '' !!}
Users
Free user seats

{{ $plan['free_user_seat'] }}

Price per seats

{{ $plan['price_per_seat'] }}

Trial
Sign up

{{ $plan['trial_period_in_day'] }} day trial

@if (Session::has('message')) @endif @push('scripts')