{{ session('success') }}
{{ session('error') }}
There were {{ $errors->count() }} errors with your submission
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
|
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())
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 }} | ||
| No products found. Add one | |||||||
{{ $products->links() }}