@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(Module::has('SellerSubscription') && Module::find('SellerSubscription')->isEnabled()) @if(getPlanStatus() == 1 && ((auth()->user()->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