|
|
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 }}
|
@if ($product->status === 1) @else @endif
|
@endforeach