@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')
@include('snippets.breadcrumbs')
@include('snippets.spirittypesbuttons') {{ $data->appends(Request::except('page'))->links('paginate') }} @if ( !$data->count() )

Keine Angebote

Momentan liegen keine {{ $title }} vor. Probieren Sie es später noch einmal.
@else @include('offers') {{ $data->appends(Request::except('page'))->links('paginate') }} @endif
@endsection @section('description') {{ $header_text }} @endsection @section('scripts')