From d7054402dd3044dad2945f5b4b894671aea8eebd Mon Sep 17 00:00:00 2001 From: Ovidiu U Date: Fri, 10 Apr 2026 18:02:23 +0100 Subject: [PATCH] feat: add PredictionCard component with tier gating --- resources/js/components/PredictionCard.vue | 87 ++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 resources/js/components/PredictionCard.vue 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 @@ + + +