2023-11-13 13:44:54 +00:00
|
|
|
<div>
|
|
|
|
@if (data_get(auth()->user(), 'is_notification_sponsorship_enabled'))
|
|
|
|
<div class="toast">
|
|
|
|
<div class="flex flex-col text-white rounded alert bg-coolgray-200">
|
|
|
|
<span>Love Coolify as we do? <a href="https://coolify.io/sponsorships"
|
|
|
|
class="underline text-warning">Please
|
|
|
|
consider donating!</a>💜</span>
|
|
|
|
<span>It enables us to keep creating features without paywalls, ensuring our work remains free and
|
|
|
|
open.</span>
|
|
|
|
<x-forms.button class="bg-coolgray-400" wire:click='disable'>Disable This Popup</x-forms.button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@endif
|
2024-02-25 21:08:44 +00:00
|
|
|
@if (currentTeam()->serverOverflow())
|
|
|
|
<x-banner :closable=false>
|
|
|
|
<div><span class="font-bold text-red-500">WARNING:</span> The number of active servers exceeds the limit covered by your payment. If not resolved, some of your servers <span class="font-bold text-red-500">will be deactivated</span> in the next billing cycle. Visit <a href="{{route('subscription.show')}}" class="text-white underline">/subscription</a> to update your subscription.</div>
|
|
|
|
</x-banner>
|
|
|
|
@endif
|
2023-11-13 13:44:54 +00:00
|
|
|
</div>
|