count() ) {
/* Keine Angebote */
?>
Keine Angebote
Momentan liegen keine {{ $title }} vor. Probieren Sie es später noch einmal.
free_shipping = str_replace("€", "", $offer->free_shipping);
$offer->created_at = strftime("%d. %B", $offer->created_at);
/*
if ( "" != $offer->free_shipping ) {
# todo: remove € sign from $free_shipping variable
$free_shipping = str_replace("€", "", $offer->free_shipping);
*/
?>
[angebot spirit_type="{{ $offer->spirit_type }}" shop="{{ $offer->shop }}" procent="{{ $offer->procent }}" img_url="{{ $offer->image_url }}" name="{{ $offer->name }}" discounted_price="{{ TF::fF($offer->discounted_price) }}" original_price="{{ TF::fF($offer->original_price) }}" shipping_costs="{{ TF::fF($offer->shipping_costs) }}" abv="{{ TF::fF($offer->abv) }}" volume="{{ TF::fF($offer->volume) }}" base_price="{{ TF::fF($offer->base_price) }}" url="{{ $offer->url }}" created_at="{{ $offer->created_at }}"]