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

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

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

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

  • Kaufpreis: {!! $product['price'] !!}
  • Finanzierung: {!! $product['finance_price'] !!}
  • Tachostand: {{ $product['km'].' KM' ?? ' KM' }}
  • Leistung: {{ $product['power'].' kW' ?? '35 kW' }}
  • Jahr: {{ $product['year'] ?? '2002' }}
  • Zustand: {{ $product['vehicle_type'] ?? 'MFK Neu' }}
  • Garanite: {{ $product['Garantie'] ?? 'Garantie: 12 Monate' }}
  • Fahrzeug Standort: {{ $product['location'] ?? 'Standort: Solothurn' }}
@if($location->show_form == 1)
@csrf
@if($location->phone_button == 1) Anrufen @endif
@endif @if($location->show_form == 0 && $location->phone_button == 1) @endif
@endforeach
{{ $products->links('embed.pagination') }}
@if($location->website_link == 0) @endif