first commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user