{{ t('Saved searches') }}
-
@if (isset($savedSearch) and $savedSearch->getCollection()->count() > 0)
@foreach ($savedSearch->getCollection() as $search)
- {{ \Illuminate\Support\Str::limit(strtoupper($search->keyword), 20) }} {{ $search->count }}+ × @endforeach @else
{{ t('You have no saved search.') }}
@endif
@if (isset($savedSearch) and $savedSearch->getCollection()->count() > 0)
@if (isset($paginator) and $paginator->getCollection()->count() > 0)