Guest User

Untitled

a guest
Dec 13th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. @if (Route::has('login'))
  2. <div class="top-right links">
  3. @if (Auth::check())
  4. <a href="{{ url('/home') }}">Home</a>
  5. @else
  6. <a href="{{ url('/login') }}">Login</a>
  7. <a href="{{ url('/register') }}">Register</a>
  8. @endif
  9. </div>
  10. @endif
  11.  
  12. php artisan ide-helper:generate
  13. php artisan ide-helper:meta
Add Comment
Please, Sign In to add comment