@extends('redesign.layouts.listeo.front') @section('body-class', 'front page-deal') @section('title', $deal->title . ' bei ' . $deal->seller->account->company) @section('scripts-page') @if ($places->count()) @include('redesign.front.listeo.pieces.map_init') @endif @endsection @section('bar') @if ( Auth::user() && Auth::user()->hasRole('agent') ) @include('redesign.front.listeo.pieces.bar_deal') @endif @endsection @section('document') @if( $deal->gallery->count() > 1 ) @else
@endif
@include('redesign.front.listeo.pieces.coupon.fake', ['deal' => $deal])
{{ $deal->seller->account->company }}
{{ $deal->seller->present()->address }}

{{ $deal->title }} {{ $deal->category->name }}

{{ $deal->seller->present()->address }} @if ($reviewsCount) @else
Noch keine Bewertungen
@endif
Geprüfter Anbieter
@if ($deal->description)
{!! nl2br(e(trim($deal->description))) !!}
@endif @if ($deal->terms)

Bedingungen

{!! nl2br(e(trim($deal->terms))) !!}
@endif @if ($places->count())

Location

@endif @if ($places->count())

Öffnungszeiten

  • Montag {{ $places[0]->wt_mon }}
  • Dienstag {{ $places[0]->wt_tue }}
  • Mittwoch {{ $places[0]->wt_wed }}
  • Donnerstag {{ $places[0]->wt_thu }}
  • Freitag {{ $places[0]->wt_fri }}
  • Samstag {{ $places[0]->wt_sat }}
  • Sonntag {{ $places[0]->wt_sun }}
@endif

Bewertungen @if ($reviewsCount)({{ $reviewsCount }})@endif

@include('redesign.front.listeo.pieces.reviews', ['reviews' => $reviews, 'view' => 'for_deal'])
@if ( $otherDeals->count() )

Andere Kampagnen

@include('redesign.front.listeo.pieces.deals', ['deals' => $otherDeals])
@endif
Geprüfter Anbieter
@include('redesign.front.listeo.pieces.coupon.fake', ['deal' => $deal])

Werde unser Empfehler

Erhalte Geld für jede Empfehlung

Du kannst deinen Freunden einfach und schnell unsere Dienstleistungen empfehlen. Verdiene Prämie für jede erfolgreiche Empfehlung!

    @include('redesign.front.deal.pieces.share_buttons')
oder @if ( Auth::user() && Auth::user()->hasRole('agent') ) Cashback erhalten @else Cashback erhalten @endif
@if ($places->count())

Öffnungszeiten

  • Montag {{ $places[0]->wt_mon }}
  • Dienstag {{ $places[0]->wt_tue }}
  • Mittwoch {{ $places[0]->wt_wed }}
  • Donnerstag {{ $places[0]->wt_thu }}
  • Freitag {{ $places[0]->wt_fri }}
  • Samstag {{ $places[0]->wt_sat }}
  • Sonntag {{ $places[0]->wt_sun }}
@endif @include('redesign.front.listeo.pieces.seller_info', ['seller' => $deal->seller, 'deal' => $deal])
@endsection