@foreach( $data as $offer)

{{ ucwords($offer->spirit_type) }} {{ $offer->shop }}

{{ $offer->procent}} %

{{ $offer->name }}

Neuer Preis: {{ TF::fF($offer->discounted_price) }} € @if ( 1 <= $offer->volume || 0.7 > $offer->volume ) ({{ TF::fF($offer->volume )}} Liter) @endif
statt {{ TF::fF($offer->original_price) }} €
{{ TF::fF($offer->base_price ) }} € / Liter

Alkohol: {{ TF::fF($offer->abv) }} %
Volumen: {{ TF::fF($offer->volume) }} Liter
Versand: {{ TF::fF($offer->shipping_costs) }} €

@endforeach