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

Keine Angebote

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

{{ ucwords($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) }} €

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