@foreach ($data['product_images'] as $img)
@endforeach
@if ($data['is_waranty_plus'] == 1)
@endif
{!! isContainHTML($data['description']) ? $data['description'] : nl2br($data['description']) !!}
Merek |
: |
{{ $data['brand'] }} |
Tipe |
: |
{{ $data['car_type'] }} |
Tahun Pembuatan |
: |
{{ $data['tahun_pembuatan'] }} |
Varian |
: |
{{ $data['varian'] }} |
Kapasitas Mesin |
: |
{{ $data['kapasitas_mesin'] }} |
Transmisi |
: |
{{ $data['transmisi'] }} |
@if ($data['condition'] == 'bekas')
Warna |
: |
{{ $data['warna'] }} |
Jarak Tempuh |
: |
{{ $data['jarak_tempuh_saat_ini'] }} |
Pemilik |
: |
{{ $data['jumlah_pemilik'] }} |
Jenis Registrasi |
: |
{{ $data['jenis_registrasi'] }} |
Jenis STNK |
: |
{{ $data['jenis_stnk'] }} |
Masa Berlaku STNK |
: |
{{ $data['masa_berlaku_stnk'] }} |
{{-- @if ($data['masih_kredit'])
Status Kredit |
: |
Masih Kredit |
@endif --}}
@endif
@include('web.pages.calculatorForm')
{!! $data['discount'] > 0 ? "" . $data['discount'] . '% OFF' : '' !!}
{!! productLabel($data['label']) !!}
{!! productLabel($data['condition']) !!}
Rp.{{ number_format($data['price_after_discount']) }}
{{ $data['discount'] > 0 ? 'Rp. ' . number_format($data['price']) : '' }}
{{-- @include('web.widgets.productSlider', [
'title' => 'Mobil Serupa',
'id' => 'produkserupa',
'query' => 'label=' . $data['label'],
]) --}}
@include('web.widgets.productSlider', [
'query' => 'label=' . $data['label'],
'title' => 'Produk Serupa',
'id' => 'produkserupa',
])