ID: {{ $product->id }}
Product: {{ $product->description }}
Service Speed: {{ $product->service_speed ?? '—' }}
Purchase Price: {{ number_format($product->purchase_price, 2) }}
Sale Price: {{ number_format($product->sale_price, 2) }}
Status: {{ ucfirst($product->status) }}
Provider Product ID: {{ $product->provider_product_id ?? '—' }}
Handoff Type: {{ $product->handoff_type ?? '—' }}