diff --git a/resources/js/components/PredictionCard.vue b/resources/js/components/PredictionCard.vue new file mode 100644 index 0000000..2523553 --- /dev/null +++ b/resources/js/components/PredictionCard.vue @@ -0,0 +1,87 @@ + + + + + + Price predictions are available on paid plans + + Upgrade from £0.99/mo + + + + + + Price Prediction + + + + + + + + + + + + + {{ actionLabel }} + + + + + + + {{ prediction.reasoning }} + + + Avg: {{ prediction.current_avg }}p + Confidence: {{ prediction.confidence_label }} + + {{ prediction.predicted_change_pence > 0 ? '+' : '' }}{{ prediction.predicted_change_pence.toFixed(1) }}p expected + + + + + + + Fill up now + + Prices in your area are rising — best to fill up today. + + + + + +
Price predictions are available on paid plans
Price Prediction
{{ prediction.reasoning }}
Prices in your area are rising — best to fill up today.