@vite(['resources/css/app.css', 'resources/js/app.js']) @include('admin.partials.sidebar')

Products

  • All Categories
  • No categories found.
{{ $products->total() }} total products
@csrf
@if(session('success'))

{{ session('success') }}

@endif @if(session('error'))

{{ session('error') }}

@endif @if ($errors->any())

There were {{ $errors->count() }} errors with your submission

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@forelse($products as $product) @empty @endforelse
Product @if(request('sort') == 'name') @if(request('direction') == 'asc') @else @endif @else @endif
Category @if(request('sort') == 'category') @if(request('direction') == 'asc') @else @endif @else @endif
Price (SP) Reseller Price Variations Sold Status Actions
@if($product->images->isNotEmpty()) {{ $product->name }} @else
No Img
@endif
{{ $product->name }}
SKU: {{ $product->id }}
{{ $product->category->name }} @if($product->subcategory) / {{ $product->subcategory->name }} @endif ₹{{ number_format($product->sp, 2) }} ₹{{ number_format($product->mrp, 2) }} ₹{{ number_format($product->reseller_price ?? $product->sp, 2) }}
{{ $product->variations_count }} View Variations
{{ $product->total_sold_qty ?? 0 }}
View on Website Sales History Edit
@csrf @method('DELETE')
No products found. Add one
{{ $products->links() }}
@csrf

Select the destination category for the copy. A new product will be created in draft mode.

Loading subcategories...
Variation
MRP
SP
Reseller
Stock