{{ 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)
Notice: Undefined variable: paginator in /var/www/html/resources/views/account_Old/saved-search.blade.php on line 73
Fatal error: Uncaught Error: Call to a member function getCollection() on null in /var/www/html/resources/views/account_Old/saved-search.blade.php:73 Stack trace: #0 {main} thrown in /var/www/html/resources/views/account_Old/saved-search.blade.php on line 73
Notice: Undefined variable: paginator in /var/www/html/resources/views/account_Old/saved-search.blade.php on line 73
Fatal error: Uncaught Error: Call to a member function getCollection() on null in /var/www/html/resources/views/account_Old/saved-search.blade.php:73 Stack trace: #0 {main} thrown in /var/www/html/resources/views/account_Old/saved-search.blade.php on line 73