@section('title') {{'Pricing - Reply reviews'}} @endsection @php $planName = $user->subscription->plan->name; $now = \carbon\Carbon::now(); $expire = \carbon\Carbon::create($user->subscription->expired_at); $planExpired = $now->greaterThanOrEqualTo($expire); $isAnual = 'true'; $monthlyStyle ='display:none;'; $yearlyStyle ='display:initial;'; if($planName=='Pro Monthly' || $planName=='Multi Pro Monthly') { $isAnual = 'false'; $monthlyStyle ='display:initial;'; $yearlyStyle ='display:none;'; } @endphp

{{ __('My Plan') }}

@if($user->subscription->plan->name=== null )

My Current Plan: You do not have any plan, Subscribe to plans below.

@else @php $dt = Carbon\Carbon::createFromDate($user->subscription->expired_at); $daysRemaining = $dt->toDayDateTimeString() ; @endphp

My Current Plan: {{ $user->subscription->plan->name }} - active untill {{ $daysRemaining }}

Review Reply Balance : {{ $user->balance('ai-replies') }}

@endif
Starter @if ($planName =='Starter') Active @endif
Free
  • No contract term
  • 5 replies/month
  • Full support
  • Languages
  • 1 business/account
 
@if ($planName!='Starter' && !$planExpired) @else Active @endif
Pro Monthly @if ($planName =='Pro Monthly') Active @endif
$ {{ env('PRICE_MONTHLY_PLAN_A') }} /month
  • No contract term
  • Unlimited reply's
  • Unlimited AI invites
  • Add users
  • Signature
  • Full support
  • Tones/Languages
  • 1 business/account
 
@if ($planName!='Pro Monthly' && !$planExpired) Start 7 days Free trial @else Active @endif
Multi Pro Monthly @if ($planName =='Pro Monthly') Active @endif
$ {{ env('PRICE_MONTHLY_PLAN_B') }} /month
  • No contract term
  • Unlimited reply's
  • Unlimited AI invites
  • Add users
  • Signature
  • Tones/Languages
  • Full support
  •  
@php $showMultiBtn = ""; @endphp @if ($planName!='Pro Monthly' && !$planExpired) @php $showMultiBtn = "s"; @endphp @else Active @endif Start 7 days Free trial