sse pos

သရဖူစတိုး

အမှတ်(၃)၊ လမ်းမတော်လမ်း၊အနောက်ရပ်၊သီပေါမြို့။
09453131493 , 09679007355 , 09421099135

Sales Receipt
21-08-2025

Sale ID: {{ $invoice->invoice_no }}
Employee : {{auth()->user()->name}}

@foreach ($invoices as $invoice) @foreach ($invoice->sells as $key => $sell) @endforeach @endforeach
Item Name. Price Quantity Total
{{ $sell->part_number }} @if ($invoice->sale_price_category == 'Default') @if ($invoice->type == 'Whole Sale') {{ $sell->product_price }} @else {{ $sell->retail_price }} @endif @elseif ($invoice->sale_price_category == 'Whole Sale') {{ $sell->product_price }} @elseif ($invoice->sale_price_category == 'Retail') {{ $sell->retail_price }} @else {{ $sell->retail_price }} @endif {{ $sell->product_qty }} @if ($invoice->sale_price_category == 'Default') @if ($invoice->type == 'Whole Sale') {{ $sell->product_price * $sell->product_qty }} @else {{ $sell->retail_price * $sell->product_qty }} @endif @elseif ($invoice->sale_price_category == 'Whole Sale') {{ $sell->product_price * $sell->product_qty }} @elseif ($invoice->sale_price_category == 'Retail') {{ $sell->retail_price * $sell->product_qty }} @else {{ $sell->retail_price * $sell->product_qty }} @endif
Total {{ $invoice->total ?? 0 }}
Discount {{ $invoice->discount_total ?? 0 }}
Cash {{ $invoice->deposit ?? 0 }}
Change Due {{ $invoice->remain_balance ?? 0 }}