auth check

This commit is contained in:
Benjamin Takats
2023-01-19 19:01:06 +01:00
parent 345c3d51ce
commit b4620fa894

View File

@@ -15,6 +15,7 @@
</p>
</div>
<div class="w-full sm:w-1/2">
@if(auth()->check())
<x-button
class="relative"
primary
@@ -23,6 +24,7 @@
<i class="fa-thin fa-comments"></i>
Chat
</x-button>
@endif
</div>
</div>