{{--@extends('layouts.admin-main')--}} {{--@section('content')--}}
{{-- --}}CROWN JEWELRY
{{$settings_->address}}
លេខទូរស័ព្ទៈ {{$settings_->phone}}
Customer ID : {{$sale->member->id??0}}
Customer Name : {{$sale->member->name??'................'}}
Phone : {{$sale->member->phone??'................'}}
Invoice N : {{$sale->invoice_no}}
Invoice Date : {{date('d-m-Y H:i', strtotime($sale->created_at))}}
Cashier : {{$cashie->name??''}}
កូដទំនិញ
Item Code |
ឈ្មោះទំនិញ
Description |
ចំនួន
Qty |
តម្លៃ
Price |
បញ្ចុះតម្លៃ
Discount |
តម្លៃសរុប
Amount |
||
---|---|---|---|---|---|---|---|
{{$sale->part_number}}
{{$sale->name}} {{$sale->productCategory->name??''}} {{$sale->qty}}
{{-- {{number_format($sale->product->price , 2)}} {{$currency_->currency_symbol}} --}}
{{number_format(($sale->sales_price + $sale->discount) / $sale->qty , 2)}} {{$currency_->currency_symbol}}
{{number_format($sale->discount??0 , 2)}} {{$currency_->currency_symbol}}
{{number_format($amount??0 , 2)}} {{$currency_->currency_symbol}}
--}}
--}}
បរិយាយ
ចំនួន / ទម្ងន់
{{-- --}}
ទម្ងន់
{{$sale->weight}}
@if($sale->weight_description != 1)
({{$sale->weight_description}})
@endif
ឈ្នួល
{{number_format($sale->wages , 2)}} {{$currency_->currency_symbol}}
ប្រភេទពេជ្រ
ទំហំពេជ្រ
ទំហំត្បូង
បរិមាណត្បូង
{!! $name!!}
{{$arr_qty[$i]}}
តម្លៃត្បូងសរុប = {{$SellProductAttribute->price}} {{$currency_->currency_symbol}}
@endforeach
@if($sale->description)
បរិយាយ
{{-- Description--}}
{!!$sale->description!!}
|
Thank you!!