|
|
PID: {{ $product->id }}
Date : {{ $product->created_at->format('Y-M-d') }}
SKU: {{ $product->sku }}
Barcode : {{ $product->barcode }}
|
{{-- $product->images[0]->image --}}
|
{{ $product->name }}
Condition: {{ $product->condition }}
Weight: {{ $product->weight }}
Payment Method: {{ $product->payment_method }}
LXBXH: {{ $product->lbh }}
|
@foreach ($product->prices as $price)
{{ $price->min_qty }} {{ $price->unit }}
Lot: {{ $price->min_qty }} - {{ $price->max_qty }}
@endforeach
|
@foreach ($product->prices as $price)
${{ number_format($price->rrp, 2) }}
{{ $product->payment_method }}
@endforeach
|
{{ @$product->seller->biz_name }}
{{ @$product->seller->biz_phone }}
|
Stock
|
@if ($product->status === 1) @else @endif
|
@endforeach