first commit

This commit is contained in:
benjibennn
2023-12-22 12:35:55 +08:00
commit 9f89a732d6
872 changed files with 156291 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<div class="flex items-center justify-between p-5 m-8 bg-teal-200 border border-teal-400 rounded-lg">
<div class="relative">
<h5 class="mb-2 text-xl font-bold text-teal-700">Reactivate My Subscription</h5>
<p class="text-teal-600">You are currently on a grace period for your subscription plan</p>
</div>
<a href="{{ route('wave.reactivate') }}" class="px-4 py-2 text-sm font-medium text-white bg-teal-600 rounded-lg cursor-pointer">Re-activate</a>
</div>