@section('title') {{'Dashboard - Reply reviews'}} @endsection @php $planName = $user->subscription?->plan?->name ?? 'Starter'; $price=0; if($planName=='Pro Monthly'){ $price=env('PRICE_MONTHLY_PLAN_A'); }elseif($planName=='Multi Pro Monthly'){ $price=env('PRICE_MONTHLY_PLAN_B') ; } elseif($planName=='Pro Yearly'){ $price=env('PRICE_YEARLY_PLAN_A') ; } elseif($planName=='Multi Pro Yearly'){ $price=env('PRICE_YEARLY_PLAN_B') ; } //$price=1 ; $price = number_format((float)$price, 2, '.', '') ; $googleRedirect = 'https://www.google.com/search?q='; if($business){ $googleRedirect = $googleRedirect.urlencode($business->name); } $now = \carbon\Carbon::now(); $expire = $user->subscription?->expired_at ? \carbon\Carbon::create($user->subscription->expired_at) : null; $planExpired = $expire ? $now->greaterThanOrEqualTo($expire) : false; ; @endphp @if ($isValidAffiliate) @endif {{ __('Payment successful') }} REPLY.REVIEWS AI POWERED REPLIES Thank you {{ $user->name }} Current Plan: {{ $planName }} Order ID : {{ $payment->orderID }} Subscription ID : {{ $payment->subscriptionID }} Total Reply Credits : {{ $user->getTotalCharges('ai-replies') }}/month Get Started Now Add Reply Extension to Chrome
AI POWERED REPLIES
Current Plan: {{ $planName }}
Order ID : {{ $payment->orderID }}
Subscription ID : {{ $payment->subscriptionID }}
Total Reply Credits : {{ $user->getTotalCharges('ai-replies') }}/month
Get Started Now
Add Reply Extension to Chrome