{{--@extends('layouts.admin-main')--}} {{--@section('content')--}} {{-- --}} {{__('message.invoice')}} - {{$settings_->shop_name}}
{{__('message.back')}}
@if($sale->already_buy_back == 0) @endif
{{__('message.print')}}

ហាងមាសពេជ្រ ក្រោន

{{--
មានលក់គ្រឿងអលង្ការគ្រប់មុខ
--}}

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??''}}

វិក្កយបត្រ INVOICE

កូដទំនិញ
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}}
@if($sale->diamond_size)
ប្រភេទពេជ្រ
ទំហំពេជ្រ
@endif @foreach($sale->SellProductAttributes as $index => $SellProductAttribute)
ទំហំត្បូង
បរិមាណត្បូង
@foreach($arr_name as $i => $name) @if(isset($arr_qty[$i]) && $name)
{!! $name!!}
{{$arr_qty[$i]}}
@endif @endforeach
តម្លៃត្បូងសរុប = {{$SellProductAttribute->price}} {{$currency_->currency_symbol}}
@endforeach @if($sale->description)
បរិយាយ {{-- Description--}}
{!!$sale->description!!}
@endif
    * លក្ខណ៍ក្នុងការលក់ និង ដូរម៉ូត
  1. គ្រឿងអលង្ការមាសលក់វិញខាតឈ្នួល
  2. គ្រឿងអលង្ការផ្លាក់ទីនលក់វិញខាត 0.5 ទឹកនិងឈ្នួល
  3. គ្រឿងដាំពេជ្រលក់វិញខាត ៥% និងឈ្នួល ប្ដូរម៉ូតខាត ៣% និងឈ្នួល
  4. ផ្លាកទីនអ៊ីតាលី 18k លក់វិញទឹក 7.5 បើបែកបាក់លក់វិញទឹក5
  5. ទំហំពេជ្រធំជាង 5 លីឡើង លក់វិញខាត 10%និងឈ្នួល ប្ដូរម៉ូតខាត 5% និងឈ្នួល
  6. ស្នាយ ពែក្ស គុជ និង ត្បូងផ្សេងៗ អត់ទិញចូលវិញ
    * លក្ខណ៍ក្នុងការលក់ និង ដូរម៉ូតរយះពេល ១ ទៅ ៧ ថ្ងៃ
  1. គ្រឿងអលង្ការដែលមានទំហំត្បូងពេជ្រ៥លីចុះក្រោម លក់វិញខាត៣%និងឈ្នួល ប្ដូរម៉ូតខាត១%និងឈ្នួល
  2. គ្រឿងអលង្ការដែលមានទំហំត្បូងពេជ្រ៥លីឡើង លក់វិញខាត៥%និងឈ្នួល ប្ដូរម៉ូតខាត៣%និងឈ្នួល

Thank you!!