coolify/resources/views/components/limit-reached.blade.php
2023-12-07 19:06:32 +01:00

7 lines
351 B
PHP

<div class="flex flex-col items-center justify-center h-screen">
<span class="text-xl font-bold text-white">You have reached the limit of {{ $name }} you can create.</span>
<span>Please <a class="text-white underline "href="{{ route('team.index') }}">upgrade your
subscription</a> to create more
{{ $name }}.</span>
</div>