@if (Session::get('tenant_subscribtion_data')['sellers']['belongs_to_subscribtion'] == true && Session::get('tenant_controle_modules')['sellers'] == 1)
{{ $products->links() }}
@else
{{ translate('Upgrade now') }}
@endif
@include('admin.Seller.nav', ['seller_id' => $seller_id , 'active' => 'product_stock'])
# | {{ translate('Product name') }} | {{ translate('Stock') }} |
---|---|---|
{{ $key + 1 + ($products->currentPage() - 1) * $products->perPage() }} | {{ $product->{'title_' . App::getLocale()} }} | {{ $qty }} |
 }})
{{ translate('You need to upgrade to use this feature.') }}
{{ translate('Please Upgrade to use this feature.') }}
{{ translate('Upgrade now') }}