@extends('layouts.fk-base') @section('header') {{ ucfirst($title) }} @endsection @section('feed') {!! Feed::link(secure_url($rss_feed) . "/", 'atom', 'Feed von ' . ucfirst($spirit_type) . '-Angeboten', 'de') !!} @endsection @section('content')
{{ $data->appends(Input::except('page'))->links() }}

{{ ucfirst($spirit_type) }} ({{$count}} Angebote)

Zurück zur Übersicht...

*/ ?> count() ) { /* Keine Angebote */ ?>

Keine Angebote

Momentan liegen keine {{ $title }} vor. Probieren Sie es später noch einmal.

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

{{ $offer->procent}} %

{{ $offer->name }}

Neuer Preis: {{ TF::fF($offer->discounted_price) }} €
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) }} €

name }}" data-track-content data-content-name="{{ ucfirst($spirit_type) }}" data-content-piece="{{ $offer->name }}" data-content-target="{{ $offer->url }}">

{{ $offer->procent}}%

{{ $offer->name }}

{{ TF::fF($offer->discounted_price) }}€* {{ TF::fF($offer->original_price) . "€" }} {{ TF::fF($offer->base_price ) }}€/L

{{ TF::fF($offer->volume) . " Liter" }}{{ TF::fF($offer->abv) . "%" }} Alk.
Jetzt bestellen

Versand: {{ TF::fF($offer->shipping_costs) }}€ free_shipping ) { ?> Gratis ab {{ $offer->free_shipping }} Versand ist nie kostenlos.
* Preis vom {{ strftime("%d. %B", $offer->created_at) }}

{{ $offer->name }} shop ) { $style = 'margin-left: auto; margin-right: 25px; width:50%; object-fit: cover; width: 70px;'; } else { $style = ''; } ?> {{ $offer->name }}

{{ $offer->procent}}% gesenkt

{{ $offer->shop }}
{{ $offer->spirit_type }}

{{ $offer->name }}

{{ TF::fF($offer->volume) . " Liter" }}{{ TF::fF($offer->abv) . "%" }} Alk.

{{ TF::fF($offer->discounted_price) }}€* {{ TF::fF($offer->original_price) . "€" }} {{ TF::fF($offer->base_price ) }}€/L

Jetzt bestellen

Versand: {{ TF::fF($offer->shipping_costs) }}€ free_shipping ) { ?> Gratis ab {{ $offer->free_shipping }} Versand ist nie kostenlos.
* Preis vom {{ strftime("%d. %B", $offer->created_at) }}

{{ $data->appends(Input::except('page'))->links() }}
@endsection @section('scripts') @endsection