# New Properties Matching Your Search: {{ $savedSearch->name ?? 'Update' }}
Hi {{ $savedSearch->user->name }},
We found {{ $listings->count() }} new properties matching your saved search criteria.
@foreach($listings as $listing)
### {{ $listing->property_title }}
**Price:** £{{ number_format($listing->price) }}
**Location:** {{ $listing->display_address }}
View Property
@endforeach
Manage Your Alerts
Thanks,
{{ config('app.name') }}