@extends('admin.layouts.sellermastersoyuz') @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 Import Products Add Product Add Product @endif {{__("Trash") }}
@endslot @endcomponent
{{ __('Create new Products')}}
# Product Image Product ID Product Name Product Pricing Product Status Action
@endsection @section('custom-script') @endsection