feat: trial
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
Thank you,<br>
|
||||
{{ config('app.name') ?? 'Coolify' }}
|
||||
|
||||
{{ Illuminate\Mail\Markdown::parse('[Contact Support](https://docs.coollabs.io)') }}
|
||||
{{ Illuminate\Mail\Markdown::parse('[Contact Support](https://docs.coollabs.io/contact)') }}
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
</label>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="py-2 text-center"><span class="font-bold text-warning">30 days trial</span> included on all plans, without credit card details.</div>
|
||||
<div x-show="selected === 'monthly'" class="flex justify-center h-10 mt-3 text-sm leading-6 ">
|
||||
<div>Save <span class="font-bold text-warning">1 month</span> annually with the yearly plans.
|
||||
</div>
|
||||
|
||||
7
resources/views/emails/trial-ended.blade.php
Normal file
7
resources/views/emails/trial-ended.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<x-emails.layout>
|
||||
|
||||
Your trial ended. All automations and integrations are disabled for all of your servers.
|
||||
|
||||
Please update payment details [here]({{$stripeCustomerPortal}}) or in [Coolify Cloud](https://app.coolify.io) to continue using our services.
|
||||
|
||||
</x-emails.layout>
|
||||
7
resources/views/emails/trial-ends-soon.blade.php
Normal file
7
resources/views/emails/trial-ends-soon.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<x-emails.layout>
|
||||
|
||||
Your trial ends soon. Please update payment details [here]({{$stripeCustomerPortal}}),
|
||||
|
||||
Your servers & deployed resources will be untouched, but you won't be able to deploy new resources and lost all automations and integrations.
|
||||
|
||||
</x-emails.layout>
|
||||
Reference in New Issue
Block a user