@if (session('success'))
@if (!empty($productInfo['title']) || !empty($productInfo['product_description']))
{{ !empty($productInfo['title']) ? strip_tags($productInfo['title']) : strip_tags($productInfo['product_description']) }}
@endif
@if (!empty($productInfo['product_description']))
{{ substr(strip_tags($productInfo['product_description']), 0, 150) }}...
@endif
@if (!empty($product_price))
${{ number_format($product_price['web_price'], 2) }}
${{ number_format($product_price['list_price'], 2) }}
@if ($product_price['list_price'] > 0 && $product_price['web_price'] > 0)
{{ 100 - round(($product_price['web_price'] / $product_price['list_price']) * 100) }}%
@endif
@endif
Availability :
@if (!empty($product_price) && $product_price['stock'] > 0)
In Stock
@else
Limited Availability
@endif
Mfr. Part# :
{{ $productInfo['manufacturer_part_number'] }}
@if ($productInfo['is_license_require'])
{{ config('constants.license_require') }}
@endif
{{--
Manufacturer :
{{ $productInfo['brand_name'] }}
--}}
@if (!empty($product_price) && !empty($product_price['web_price']))
@endif
{{--
--}}