@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

{{ __('Dashboard') }}

@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 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