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