{{ $meta['count'] }} {{ str('station')->plural($meta['count']) }} found · Cheapest: {{ number_format($meta['lowest_pence'] / 100, 1) }}p · Average: {{ number_format($meta['avg_pence'] / 100, 1) }}p
{{-- Map --}} {{-- Legend --}}{{ $station['name'] }}
@if ($station['is_supermarket']){{ $station['address'] }}, {{ $station['postcode'] }}
{{ number_format($station['distance_km'] * 0.621371, 1) }} miles away
{{ number_format($station['price'], 1) }}p
{{ $station['price_classification_label'] }} · {{ $station['price_updated_at'] ? \Carbon\Carbon::parse($station['price_updated_at'])->diffForHumans() : 'Unknown' }}
No stations found within {{ $radius }} {{ str('mile')->plural($radius) }} of "{{ $search }}".
@endif