@if ($item['ImageLinks'])
@endif
{{ $item['OfferTypeName'] }}
@if (isset($item['VehiclesCount']))
Verfügbare Fahrzeuge:
{{ $item['VehiclesCount'] }}
@endif
@if (isset($item['Ident']))
Angebotsnummer:
{{ $item['Ident'] }}
@endif
@if (isset($item['KindOfFuel']))
Elektro:
@if ($item['KindOfFuel'] === true) Ja @else Nein @endif
@endif
@if (isset($item['KindOfGear']))
Automatik:
@if ($item['KindOfGear'] === true) Ja @else Nein @endif
@endif
@if (isset($item['Price']))
Monatlicher Preis (Netto):
{{ $item['Price'] }} €
@endif