URL:
@if ($product->sales_channel == 1)
{{ $product->online_url }}
@else
-
@endif
Retailer:
@if ($product->sales_channel == 2)
{{ $product->retailer_name }}
{{ $product->retailer_location }}
@else
-
@endif
Direct Phone Number:
@if ($product->sales_channel == 3)
{{ formatPhoneNumber($product->direct_phone_no) ?? '-' }}
@else
-
@endif
Manufacturer
Distributor/Trader