We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b155efd commit b608539Copy full SHA for b608539
resources/views/users/profile.blade.php
@@ -25,6 +25,11 @@ class="w-full bg-center bg-gray-800 h-60 container mx-auto"
25
<span class="border border-lio-500 text-lio-500 rounded-sm px-3 py-1">
26
{{ $user->isAdmin() ? 'Admin' : 'Moderator' }}
27
</span>
28
+
29
+ @elseif ($user->isVerifiedAuthor())
30
+ <span title="This is a verified author">
31
+ @svg('heroicon-s-check-badge', 'w-5 h-5 text-lio-500')
32
+ </span>
33
@endif
34
</div>
35
0 commit comments