| S No | Item | HSN Code | Rate | Qty | GST% | Total |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ strlen($item['name']) > 50 ? substr($item['name'], 0, 50) . '...' : $item['name'] }}
@if (isset($item['imei']))
@if (is_array($item['imei']))
@foreach ($item['imei'] as $imei)
{{ $imei }}
@endforeach @else {{ $item['imei'] }} @endif @else - @endif |
{{ $item['hsn_code'] ?? '-' }} | ₹{{ number_format($basePrice, 2) }} | {{ $item['quantity'] ?? 1 }} |
₹{{ number_format($gstAmount, 2) }}
({{ number_format($item['gst'] ?? 0, 2) }}%) |
₹{{ number_format(($item['sell_price'] ?? 0) * ($item['quantity'] ?? 1), 2) }} |
Terms & Conditions / Notes
• All users must provide accurate and complete information during registration. • The company reserves the right to verify user details at any time. • Investments are subject to market risk; returns are not guaranteed. • Users are responsible for maintaining the confidentiality of their login credentials. • Any fraudulent or suspicious activity may result in account suspension or termination. • Withdrawal requests will be processed within the specified business timeframe. • The company reserves the right to modify plans, policies, or returns without prior notice.Subtotal ₹{{ number_format($offlineSale->sub_total - $offlineSale->tax_value, 2) }}
CGST ₹{{ number_format($offlineSale->cgst, 2) }}
SGST ₹{{ number_format($offlineSale->sgst, 2) }}
Shop Wallet ₹{{ number_format($offlineSale->cash_wallet_deduction, 2) }}
Cash Wallet ₹{{ number_format($offlineSale->shopping_wallet_deduction, 2) }}
Subtotal (Incl.GST) ₹{{ number_format($offlineSale->sub_total, 2) }}
@if ($offlineSale->discount > 0)Discount -₹{{ number_format($offlineSale->discount, 2) }}
@endif @if ($offlineSale->additional_charge > 0)Additional Charges +₹{{ number_format($offlineSale->additional_charge, 2) }}
@endif