Skip to content

Commit

Permalink
Create badge.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpetGexha committed Jun 25, 2023
1 parent c068c3e commit 12c1810
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@if (auth()->user()->isSuperAdmin())
<div class="environment-indicator hidden sm:flex items-center h-10 rounded-lg px-3 text-white text-sm font-medium"
style="background-color: {{ $color }}; margin-right: 1rem;">
{{ $environment }}
</div>
@endif

0 comments on commit 12c1810

Please sign in to comment.