diff options
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 |
