@if (strlen($product['Info']['product_name']) > 20) {{ substr($product['Info']['product_name'], 0, 19) . '...' }} @else {{ $product['Info']['product_name'] }} @endif
@if($product['Info']['product_type'] != '2')
@if (Auth::user())
@if (Auth::user()->Contact->contact_type == 'Wholesale')
{{ $product['Info']['wholesale_price'] }}
@else
{{ $product['Info']['special_price'] }}
@endif
@endif
{{ $product['Info']['regular_price'] }}
@endif
{{ $product['quantity'] }} X {{ $product['unit_price'] }} =
{{ $product['total_price'] }}