@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); @endphp

{{ __('Dashboard') }}

@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
@if ($planName!='Starter' && !$planExpired) @else Active @endif
Pro Yearly @if ($planName =='Pro Yearly') Active @endif
$ 149 /year save $29.80
  • No contract term
  • Reply style options
  • Monthly analytics report
  • 50 replies/month
  • Full support
@if ($planName!='Pro Yearly' && !$planExpired)
@else Active @endif
Multi Pro Yearly @if ($planName =='Multi Pro Yearly') Active @endif
$ 299 /year save $59.80
  • No contract term
  • Reply style options
  • Monthly analytics report
  • 500 replies/month
  • Full support
@if ($planName !='Multi Pro Yearly' && !$planExpired )
@else Active @endif