Product Detail

Product Details

SKU: {{ $product['sku'] }}

Name: {{ $product['product_name'] }}

Detail: {{ $product['product_detail'] }}

Short Detail: {{ $product['product_short_detail'] }}

Price: ${{ $product['price'] }}

Sale Price: ${{ $product['sale_price'] }}

Available Quantity: {{ $product['available_quantity'] }}

Marketplace: {{ $product['marketplace_id'] }}

Format: {{ $product['format'] }}

Listing Duration: {{ $product['listing_duration'] }}

Supplier Information

Company Name: {{ $product['supplier']['company_name'] ?? "No Supplier"}}

Contact: {{ $product['supplier']['contact_name'] ?? "No Supplier" }}

Email: {{ $product['supplier']['email'] ?? "No Supplier" }}

Phone: {{ $product['supplier']['phone'] ?? "No Supplier"}}

City: {{ $product['supplier']['city'] ?? "No Supplier"}}

Country: {{ $product['supplier']['country'] ?? "No Supplier"}}

Product Images

@foreach($product['images'] as $image) Product Image @endforeach