| S No | Item | Item Code | HSN Code | Purchase Price | Qty | GST% | Total |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ isset($item->product->title) ? substr($item->product->title, 0, 50) : 'N/A' }}
{{ $item->imei ?? 'N/A' }}
|
{{ $item->product->item_code ?? '-' }} | {{ $item->product->hsn_code ?? '-' }} | ₹{{ number_format($item->purchase_price, 2) }} | {{ $item->quantity }} | {{ number_format($item->gst_percentage ?? 0, 2) }} | ₹{{ number_format($item->quantity * $item->purchase_price, 2) }} |
Note
• Thank you for purchasing from us! • Please verify IMEI details before leaving. • Warranty as per manufacturer terms.Sub Total (Excl. GST) ₹{{ number_format($myPurchase->sub_total_excluding_gst, 2) }}
@if (auth()->user()->role == 'admin' && $is_gst == 1)Tax ₹{{ number_format($myPurchase->gst_total, 2) }}
@elseCGST ₹{{ number_format($myPurchase->gst_total / 2, 2) }}
SGST ₹{{ number_format($myPurchase->gst_total / 2, 2) }}
@endif @if ($myPurchase->discount_amount > 0)Discount -₹{{ number_format($myPurchase->discount_amount, 2) }}
@if ($myPurchase->discount_note)Additional Charge +₹{{ number_format($myPurchase->additional_charge, 2) }}
@if ($myPurchase->additional_charge_note)