Company header logo
{{ $product['product_id'] }} {{ $product['brand_slug'] }}

{{ mb_convert_encoding($product['name'], "UTF-8", "auto") }} - {{ $product['color'] }}

Model: #{{ $product['product_id'] }}

@if($price > 0) @if($is_non_new) {{ $condition_name }} @endif @if($show_lcp_rule)

${{ number_format($price, 2) }}

See Price in Cart

@else

${{ number_format($price, 2) }}

@if($product['savings'] > 0)
Was ${{ number_format($product['regular_price'], 2) }} Save ${{ number_format($product['savings'], 2) }}
@endif @endif @if($product['status'] == 'Active' || $product['in_stock']) @if(!$is_mrappl)
local offer icon Low Price Guarantee
@endif @if(count($product['warranty']) > 0)
warranty icon Extended Protection Plan
@foreach($product['warranty'] as $warranty) {{$warranty['name']}} - ${{$warranty['price']}}
@endforeach
@endif @endif @endif @if($product['status'] == 'Active' || $product['in_stock']) @if($fulfillments[2]->eta && $has_pickup)
pick up icon Pickup: {!! $fulfillments[2]->eta !!}
@endif @if($fulfillments[0]->eta)
delivery icon Delivery: {!! $fulfillments[0]->eta !!}
@endif @if($fulfillments[1]->eta)
delivery icon Installation: {!! $fulfillments[1]->eta !!}
@endif @endif
@if(count($rebates) > 0)

Current Rebates

@foreach($rebates as $rebate) @endforeach
dot icon {{ $rebate['name'] }}
{{ $rebate['end_date'] }}
@endif @if(count($features) > 0)

Key Features

@foreach($features as $feature) @foreach($feature as $f) @endforeach @endforeach
dot icon {{ mb_convert_encoding($f, "UTF-8", "auto") }}
@endif @if(count($specifications) > 0)

Spesification

@foreach($specifications as $specification)

{{ $specification['section'] }}

@foreach($specification['items'] as $item) index+1)%2) style="background-color: #f5f5f5" @endif> @endforeach
{{ mb_convert_encoding($item['category'], "UTF-8", "auto") }} {{ mb_convert_encoding($item['feature'], "UTF-8", "auto") }}
@endforeach @endif