@php
$vendorPlanDetails = vendorPlanDetails(null, null, getVendorId());
@endphp
@if(!$vendorPlanDetails->hasActivePlan())
{{ $vendorPlanDetails->message }}
@elseif($vendorPlanDetails->is_expiring)
{{ __tr('Your subscription plan is expiring on __endAt__', [
'__endAt__' => formatDate($vendorPlanDetails->ends_at)
]) }}
@endif
{{ __tr('Product has not been verified yet, please contact via profile or product page.') }}