City Center, 82 Sir Iqbal Road,
Opposite Of Jalil Tower, Khulna
Office Phone: +88-02477-721-410
BIN: 003086088-0801
TIN: 170922384417


------Cash Memo------

Date : {{ \Carbon\Carbon::parse($order->order_date)->format('d F Y') }} Time: {{ $order->invoice_time ?? '' }}
Invoice : {{ $order->invoice_no }} Cashier : {{ $order->user->name }}
CID : {{ $order->customer_id }} Cus. Cell : {{ $order->customer->phone ?? '' }}

{{-- @foreach($orderItems as $sl=>$item) @endforeach
Image Product Name Product Code Quantity Price Discount Net Total
{{ $item->product->product_name }} {{ $item->product->product_code }} {{ $item->quantity }} Tk. {{ $item->product->price }} Tk. {{ $item->total_before_discount ?? '0' }} {{ $item->discount_amount }} Tk. {{ $item->total }}
--}} {{-- --}} {{-- --}} {{-- --}} @foreach($orderItems as $sl=>$item) {{-- --}} @endforeach
SL. Product DescriptionProduct CodeQuantity PriceTotalDiscount TotalSL.Product CodeProduct DescriptionQtyPriceDis.Total
{{ $sl + 1 }} {{ $item->product->product_name }}-{{ $item->product->category->category_name }}-{{ $item->product->brand->brand_name }}-{{ $item->product->subcategory->subcategory_name }} {{ $item->quantity }} {{ number_format($item->product->price, 0) }}Tk. {{ $item->total_before_discount ?? '0' }} {{ number_format($item->discount_amount, 1) }} {{ number_format($item->total,1) }}
Bill Summary
Sub Total :{{ number_format($order->sub_total,2) }}
Dis. Amount:{{ number_format($order->last_discounted_amount ?? 0, 2) }}
Total Amount:{{ number_format($order->total_payable_amt ?? '0', 2) }}
Payment Detail
Cash Payment:{{ number_format($order->cash_amount ?? '0', 2) }}
Card / M.Bank /C. Note:{{number_format($order->bank_amount ?? '0', 2)}}
Change Amnt:{{number_format($order->due ?? '0',2)}}

{{--

Taka In Word: {{ number_format($order->total_payable_amt ?? '0', 2) }} Taka Only

--}}

Taka In Word: {{ app('App\Http\Controllers\Backend\OrderController')->convertNumberToWord($order->total_payable_amt) }}

{{-- {{ app('App\Http\Controllers\Backend\OrderController')->convertNumberToWord($order->total_payable_amt) }}.০০৳ --}}

Thank you for shopping with us.
Product not changable and money not refundable.