π
Fresh recommendations
Hello {{ $user->name }} π
Based on your recent
searches, we've found new ads you might love.
|
|
|
π {{ count($ads) }} new {{ Str::plural('ad', count($ads)) }} this week
|
@foreach ($ads as $index => $ad)
@if ($loop->first)
@else
@endif
{{ $ad->title }}
Β£{{ number_format($ad->price, 2) }}
β’
π {{ $ad->state }}
|
|
@endforeach
|
|
|
|
New ads based on your searches: {{ count($ads) }} fresh listings waiting for you.