{{$productData['productName']}}
@if(isset($productData['id']) && !empty($productData['id']))
ID
{{$productData['id']}}
@endif @if(isset($productData['productName']) && !empty($productData['productName']))
Name
{{$productData['productName']}}
@endif @if(isset($productData['productBackendURL']) && !empty($productData['productBackendURL']))
Backend URL
{{$productData['productBackendURL']}}
@endif @if(isset($productData['productVisibility']) && !empty($productData['productVisibility']))
Visibility
{{$productData['productVisibility']}}
@endif @if(isset($productData['productOption']) && !empty($productData['productOption']))
Product Options
{{$productData['productOption']}}
@endif @if(isset($productData['productFrontendURL']) && !empty($productData['productFrontendURL']))
Frontend URL
{{$productData['productFrontendURL']}}
@endif @if(isset($productData['productDsURL']) && !empty($productData['productDsURL']))
Direct Scale URL
{{$productData['productDsURL']}}
@endif