@extends('layouts.base') @section('header') Finde den besten Deal @endsection @section('feed') {!! Feed::link(secure_url($rss_feed), 'atom', 'Feed von ' . $search_phrase , 'de') !!} @endsection @section('content') @include('snippets.breadcrumbs')
@else

{{ $title }}

Sie haben nach {{ ucwords($search_phrase) }} gesucht ({{$count}} Treffer)

@include('snippets.filterbuttons')
@include('snippets.spirittypesbuttons') {{ $data->appends(Request::except('page'))->links('paginate') }} @include('offers') {{ $data->appends(Request::except('page'))->links('paginate') }}
@endif @endsection