{{ __tr('Please Note: We sell this script only through CodeCanyon only, Click following links to purchase') }} -> {{ __tr('Regular License') }} | {{ __tr('Extended License') }}
@php
$vendorPlanDetails = vendorPlanDetails(null, null, getVendorId());
@endphp
@if(!$vendorPlanDetails->hasActivePlan())
{{ $vendorPlanDetails->message }} -
{{ __tr('Go to My Subscription') }}
@elseif($vendorPlanDetails->is_expiring)
{{ __tr('Your subscription plan is expiring on __endAt__', [
'__endAt__' => formatDate($vendorPlanDetails->ends_at)
]) }} -
'
{{ __tr('Go to My Subscription') }}
'
@endif
{{ __tr('Product has not been verified yet, please contact via profile or product page.') }}