Files
numstation-web/resources/views/themes/tailwind/partials/reactivate.blade.php

7 lines
462 B
PHP
Raw Normal View History

2023-12-22 12:35:55 +08:00
<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>