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

7 lines
351 B
PHP
Raw Normal View History

2023-08-14 13:22:29 +00:00
<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>
2023-08-30 14:01:38 +00:00
<span>Please <a class="text-white underline "href="{{ route('team.index') }}">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>