@extends("admin.layouts.sellermaster") @section('title','All Products |') @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('All Products') }} @endslot @slot('menu1') {{ __('All Products') }} @endslot @slot('button')
@if(env('ENABLE_SELLER_SUBS_SYSTEM') == 1) @if(getPlanStatus() == 1 && ((auth()->user()->products()->count() + auth()->user()->store->simple_products->count()) + auth()->user()->store->simple_products->count()) < auth()->user()->activeSubscription->plan->product_create)
@if(auth()->user()->activeSubscription->plan->csv_product == 1) Import Products @endif Add Product
@endif @else @endif {{__("Trash") }}
@endslot @endcomponent
{{ __('All Products')}}
@csrf
S.NO Image Product Detail Price ({{ $defCurrency->currency->code }}) Categories & More Status Add / Update on Actions
@endsection @section('custom-script') @endsection