diff --git a/resources/views/search/all.blade.php b/resources/views/search/all.blade.php index fba67abf9..03c0b93e7 100644 --- a/resources/views/search/all.blade.php +++ b/resources/views/search/all.blade.php @@ -190,6 +190,11 @@

{{ trans('entities.search_results') }}

+
{{ trans_choice('entities.search_total_results_found', $totalResults, ['count' => $totalResults]) }}
@include('partials.entity-list', ['entities' => $entities, 'showPath' => true])