diff options
| author | horus | 2019-05-19 20:54:05 +0200 |
|---|---|---|
| committer | horus | 2019-05-19 20:54:05 +0200 |
| commit | 95f37787bfe32eb5ce37afbee9c68bd233edffda (patch) | |
| tree | 69a9e0c86b06b9cecf84e666031b6f496bddecea /resources/views/search.blade.php | |
| parent | 924f23c1c6b5deeea44b08c7d3032426826fa3bb (diff) | |
| download | kategorischeraperitif-95f37787bfe32eb5ce37afbee9c68bd233edffda.tar.gz | |
Adds search by spirit type.
Diffstat (limited to 'resources/views/search.blade.php')
| -rw-r--r-- | resources/views/search.blade.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/views/search.blade.php b/resources/views/search.blade.php index f715989..a795003 100644 --- a/resources/views/search.blade.php +++ b/resources/views/search.blade.php @@ -28,9 +28,9 @@ if ( $data->count() ) { ?> <div class="card taxonomy-card"> <div class="card-body"> - <h1 class="card-title page-title">Suche</h1> + <h1 class="card-title page-title">{{ $title }}</h1> <p> - Sie haben nach <strong>{{ ucwords($search_phrase) }}</strong> gesucht ({{$count->count()}} Treffer) + Sie haben nach <strong>{{ ucwords($search_phrase) }}</strong> gesucht ({{$count}} Treffer) </p> @include('snippets.sortbuttons') <?php @@ -58,6 +58,8 @@ if ( $data->count() ) { </div> </header><!-- .page-header --> + @include('snippets.spirittypesbuttons') + {{ $data->appends(Input::except('page'))->links('paginate') }} <?php |
