coolify/resources/views/components/limit-reached.blade.php

7 lines
364 B
PHP
Raw Normal View History

<div class="flex flex-col items-center justify-center h-32">
2024-03-24 16:00:25 +01:00
<span class="text-xl font-bold dark:text-white">You have reached the limit of {{ $name }} you can create.</span>
<span>Please <a class="dark:text-white underline "href="{{ route('subscription.show') }}">upgrade your
2023-12-07 19:06:32 +01:00
subscription</a> to create more
{{ $name }}.</span>
2023-08-14 15:22:29 +02:00
</div>