@foreach ($offers as $item)
@if ($item['ImageLinks'])
@if (empty($item['icon']))
{{ $item['source'] }}
@else
@endif
@endif
{{ $item['OfferTypeName'] }} {{ $item['OfferTypeName2'] }}
@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
Details

@foreach ($item['attributes'] as $attr => $attrv)

{{ html_entity_decode($attr) }}
{{ html_entity_decode($attrv) }}
@endforeach

@endforeach