@extends('layouts.base') @section('header') {{ ucfirst($title) }} @endsection @section('feed') {!! Feed::link(secure_url($rss_feed), 'atom', 'Feed von ' . $spirit_type, 'de') !!} @endsection @section('content')

{{ 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.
@include('snippets.sortbuttons')

{{ $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