@foreach ($products as $product)
{{ $product['title'] }}

{{ $product['brand'] }} {{ $product['title'] }}

  • {{ $product['km'] }} KM
  • {{ $product['power'] }} kW
  • {{ $product['Garantie'] ?? 'Garantie: 12 Monate' }}
  • {{ $product['year'] }}
  • {{ $product['location'] }}
  • {{ $product['vehicle_type'] }}
{!! $product['finance_price'] !!}
{!! $product['price'] !!}
@foreach ($product['formattedNames'] as $img) @endforeach

{{ $product['brand'] }} {{ $product['title'] }}

  • @if($location->id == 3) Lecture du compteur kilométrique @else Tachostand @endif: {{ $product['km'] }} KM
  • @if($location->id == 3) Performance @else Leistung @endif: {{ $product['power'] }} kW
  • @if($location->id == 3) Année @else Jahr @endif: {{ $product['year'] }}
  • @if($location->id == 3) Condition @else Zustand @endif: {{ $product['vehicle_type'] }}
{!! $product['finance_price'] !!}
{!! $product['price'] !!}
@if($location->show_form == 1)
@csrf
@if($location->phone_button == 1) @if($location->id == 3) Appel @else Anrufen @endif @endif
@endif @if($location->show_form == 0 && $location->phone_button == 1) @endif
@endforeach
{{ $products->links('embed.pagination') }}
@if($location->website_link == 0) @endif