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