@extends('layouts.base') @section('header') Sie haben nach {{ ucfirst($search_phrase) }} gesucht ({{$data->count()}} Treffer) @endsection @section('content')

Sie haben nach {{ ucfirst($search_phrase) }} gesucht... ({{$data->count()}} Treffer)

Zurück zur Übersicht...

count()) { /* Suchform */ if ( !$data->count() ) { /* Keine Ergebnisse */ ?>
Suche zum Beispiel nach Glenfiddich oder Champagner.
@include('snippets.sortbuttons')

{{ $offer->procent}}%

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

{{ $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) }}€ Gratis ab {{ $offer->free_shipping }}
* Preis vom {{ strftime("%d. %B", $offer->created_at) }}

{{ $offer->name }} {{ $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) }}€ Gratis ab {{ $offer->free_shipping }}
* Preis vom {{ strftime("%d. %B", $offer->created_at) }}

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