Skip to content

Instantly share code, notes, and snippets.

@BrightnBubbly
Created April 28, 2020 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrightnBubbly/2b3f2e4bf1cd5783c3a8bc04cc0ae626 to your computer and use it in GitHub Desktop.
Save BrightnBubbly/2b3f2e4bf1cd5783c3a8bc04cc0ae626 to your computer and use it in GitHub Desktop.
@if (Auth::user()->is_admin)
<li class="nav-item">
<a class="nav-link" href="/invites/create">Invite</a>
</li>
@endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment