diff --git a/resources/views/livewire/public/station-search.blade.php b/resources/views/livewire/public/station-search.blade.php index 801f251..4557dc0 100644 --- a/resources/views/livewire/public/station-search.blade.php +++ b/resources/views/livewire/public/station-search.blade.php @@ -43,6 +43,7 @@
+ Best price (reliable) Cheapest first Nearest first Recently updated @@ -74,6 +75,20 @@ · Average: {{ number_format($meta['avg_pence'] / 100, 1) }}p

+ {{-- Map --}} +
+ + {{-- Legend --}} +
+ Current (<24h) + Recent (24–48h) + Stale (2–5 days) + Outdated (5+ days) +
+
@foreach ($results as $station)
@@ -98,7 +113,14 @@

{{ number_format($station['price'], 1) }}p

-

+

+ {{ $station['price_classification_label'] }} + · {{ $station['price_updated_at'] ? \Carbon\Carbon::parse($station['price_updated_at'])->diffForHumans() : 'Unknown' }}