@if (Session::get('tenant_subscribtion_data')['reports']['belongs_to_subscribtion'] == true && (Session::get('tenant_subscribtion_data')['reports']['value'] == 'unlimt' || Session::get('tenant_subscribtion_data')['reports']['quantity'] >= 2))
@else
{{ translate('Upgrade now') }}
@endif
# | {{ translate('Sku') }} | {{ translate('Product name') }} | {{ translate('Stock') }} |
---|---|---|---|
{{ $key + 1 + ($products->currentPage() - 1) * $products->perPage() }} | {{ $product->sku }} | {{ $product->getTranslation('title') }} | {{ $qty }} |
{{ $products->links() }}
 }})
{{ translate('You need to upgrade to use this feature.') }}
{{ translate('Please Upgrade to use this feature.') }}
{{ translate('Upgrade now') }}