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