@section('title') {{'Pricing - Reply reviews'}} @endsection @php $planName = $user->subscription?->plan?->name ?? 'Starter'; $now = \carbon\Carbon::now(); $expire = $user->subscription?->expired_at ? \carbon\Carbon::create($user->subscription->expired_at) : null; $planExpired = $expire ? $now->greaterThanOrEqualTo($expire) : false; @endphp

{{ __(' Plan check') }}

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

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

@else @php $daysRemaining = $user->subscription?->expired_at ? Carbon\Carbon::createFromDate($user->subscription->expired_at)->toDayDateTimeString() : 'N/A'; @endphp

My Current Plan: {{ $planName }} - active untill {{ $daysRemaining }}

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

@endif
Starter @if ($planName =='Starter') Active @endif
Free
  • No contract term
  • 5 Free replies to test
  • Full support
@if ($planName!='Starter' && !$planExpired) @else Active @endif
Plan check @if ($planName =='Pro Monthly') Active @endif
$ 1 /month
  • No contract term
  • Reply style options
  • Reply Language options
  • 50 replies/month
  • Monthly analytics report
  • Full support