@if($order_product_details->products->product_code !='')
{{$order_product_details->products->product_code}}
@endif
@if($order_product_details->products->product_name !='')
|
{{$order_product_details->products->product_name}}
@endif
@if($order_product_details->products->brand_name !='')
|
{{$order_product_details->products->brand_name}}
|
@endif
@if($order_product_details->products->model_number !='')
{{$order_product_details->products->model_number}}
@endif
@if($order_product_details->products->category)
|
{{$order_product_details->products->category->category}}
@endif
{{$order_product_details->products->description}}