2024-03-22 16:02:09 +00:00
|
|
|
<div class="flex flex-col items-center justify-center h-32">
|
2024-03-24 15:00:25 +00: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 18:06:32 +00:00
|
|
|
subscription</a> to create more
|
|
|
|
{{ $name }}.</span>
|
2023-08-14 13:22:29 +00:00
|
|
|
</div>
|