diff --git a/resources/views/components/fuel/forecast.blade.php b/resources/views/components/fuel/forecast.blade.php new file mode 100644 index 0000000..19736d3 --- /dev/null +++ b/resources/views/components/fuel/forecast.blade.php @@ -0,0 +1,29 @@ +
14-Day Forecast
++ Recommendation +
++ {{ $prediction['reasoning'] ?? '' }} +
+ ++ {{ $station['name'] ?? '' }} +
+ @if (! empty($station['is_supermarket'])) + + Supermarket + + @endif ++ {{ $station['address'] ?? '' }}, {{ $station['postcode'] ?? '' }} +
+{{ $miles }} miles away
+{{ $price }}p
++ {{ $station['price_classification_label'] ?? '' }} + @if (! empty($station['price_updated_at'])) + · {{ \Carbon\Carbon::parse($station['price_updated_at'])->diffForHumans() }} + @endif +
+