@if (!empty($item['VehiclesCount']))
Verfügbare Fahrzeuge:
{{ $item['VehiclesCount'] }}
@endif
@if (!empty($item['OfferTypeToken']))
Angebotsnummer:
{{ $item['OfferTypeToken'] }}
@endif
@if (!empty($item['KindOfFuel']))
Kraftstoff:
{{ $item['KindOfFuel'] }}
@endif
@if (!empty($item['KindOfDrive']))
Antrieb:
{{ $item['KindOfDrive'] }}
@endif
@if (!empty($item['KindOfGear']))
Getriebe:
{{ $item['KindOfGear'] }}
@endif
@if (!empty($item['sortDate']))
Verfügbar:
{{ $item['sortDate'] }}
@endif
@if (!empty($item['Price']))
Monatlicher Preis (Netto):
{{ $item['Price'] }} €
@endif