@extends('layouts.admin-main') @section('content')
# | {{__('message.gia number')}} | {{ __('message.part number') }} | {{ __('message.product category') }} | {{ __('message.name') }} | {{ __('message.price') }} | {{__('message.fixed price')}} | {{ __('message.qty') }} | @if($gold->name == 'មាស' || $gold->name == 'Gold' || $gold->name == 'ทอง') @else{{ __('message.weight') }} | @endif @if($gold->fixed_price == true) @else{{ __('message.gold weight') }} | @endif|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $product->gia_number??'' }} |
{{$product->part_number}}
|
{{$product->productCategory->name??''}} | {{ $product->name }} | @if($product->fixed_price){{number_format($product->price,2)}} {{$currency_->currency_symbol??''}} | @else{{number_format($product->sellingPrice(),2)}} {{$currency_->currency_symbol??''}} | @endif
@if($product->fixed_price)
@endif
|
{{$product->qty}} | @if($gold->name == 'មាស' || $gold->name == 'Gold' || $gold->name == 'ทอง') @else{{number_format($product->weight , 2)}} | @endif @if($gold->fixed_price == true) @else{{number_format($product->goldWeight() , 2)}} | @endif||||||||||||
@if($product->image)
![]() {{__('message.cost')}} : {{ number_format($product->cost(), 2) }} {{$currency_->currency_symbol??''}}
{{__('message.selling cost')}} : {{ number_format($product->sellingCost(), 2) }} {{$currency_->currency_symbol??''}}
{{__('message.wages')}} :
{{number_format($product->selling_wagesInWeight()??0 , 2)}} {{$currency_->currency_symbol}}
{{__('message.wages')}} (គិតជាលី) :
{{number_format($product->wages_in_weight??0 , 2)}}
{{__('message.original wages')}} :
{{number_format($product->cost_wagesInWeight()??0 , 2)}} {{$currency_->currency_symbol}}
{{__('message.purity upgrade to')}} :
{{$product->purity_upgrade_to??''}}
{{__('message.selling purity')}} :
{{$product->selling_purity??''}}
@if($product->original_invoice)
{{__('message.original invoice')}} :
{{$product->original_invoice??''}}
{{__('message.user')}} {{__('message.is_active')}} :
@if ($product->is_active)
@else
@endif
{{__('message.old code')}} :
{{$product->old_code??''}}
{{__('message.diamond size')}} :{!!$product->diamond_size??0!!}
{{__('message.supplier')}} :{{$product->supplier->name??''}}
{{__('message.supplier rate')}} :{{number_format($product->supplier_rate??0 , 2)}} {{$currency_->currency_symbol}}
{{__('message.phone')}} :{{$product->supplier->phone??''}}
{{__('message.note')}} :{{$product->supplier->note??''}}
@if($product->productAttributes->count() > 0)
{{__('message.product attribute')}}
{{__('message.product attribute is empty')}}
@if($product->description)
{!!$product->description!!}
@else
{{__('message.description is empty')}} |