{{ Str::limit($section->short_description, 120) }}
@endif Total Products: {{ $section->products->count() }} @if ($section->scheduled_from || $section->scheduled_to) |Status
| S.no | Product Group | Product Img | Product Name | Variant & Units | Base Price ₹ |
Selling Price ₹ |
Action | |
|---|---|---|---|---|---|---|---|---|
|
|
{{ $i + 1 }} | {{ $product->group?->name ?? '-' }} |
@if ($product->image)
|
{{ $product->name }}
@if ($product->name_tamil)
{{ $product->name_tamil }}
@endif
|
@php $defaultPricing = $product->pricing->firstWhere('is_default', true) ?? $product->pricing->first(); @endphp @if ($defaultPricing) {{ $defaultPricing->variant?->value ?? '-' }} @if ($defaultPricing->unit) / {{ $defaultPricing->unit->nickname ?? $defaultPricing->unit->name }} @endif @if ($product->pricing->count() > 1) (+{{ $product->pricing->count() - 1 }} more) @endif @else - @endif | @if ($defaultPricing) ₹{{ number_format($defaultPricing->mrp, 2) }} @else - @endif | @if ($defaultPricing) ₹{{ number_format($defaultPricing->selling_price, 2) }} @else - @endif | |
| No products in this section. | ||||||||
{{ $section->seo->image_alt ?: '-' }}
{{ $section->seo->meta_title ?: '-' }}
{{ $section->seo->meta_description ?: '-' }}
{{ $section->seo->schema ?: '-' }}
{{ $section->seo->h1 ?: '-' }}