Skip to content

Instantly share code, notes, and snippets.

@FrankFlow
Created September 2, 2017 09:28
Show Gist options
  • Select an option

  • Save FrankFlow/2ff47271a8b37fc2a4dab80f7aa57ce1 to your computer and use it in GitHub Desktop.

Select an option

Save FrankFlow/2ff47271a8b37fc2a4dab80f7aa57ce1 to your computer and use it in GitHub Desktop.
<?php
@editor
<a href="{{ route('super.secret') }}">Secret Page</a>
@else
Welcome Guest. <a href="{{ route('login') }}">Login</a>
@endeditor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment