@include('layouts.navbars.navbar') @if(isDemo())

{{ __tr('Please Note: We sell this script only through CodeCanyon only, Click following links to purchase') }} -> {{ __tr('Regular License') }} | {{ __tr('Extended License') }}

@endif @if ($hasActiveLicense) @if(hasVendorAccess())
@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
@endif @yield('content') @else
{{ __tr('Product has not been verified yet, please contact via profile or product page.') }}
@endif