@if (Route::has('login'))
@if (Auth::check())
Dashboard
@else
Login
Register
@endif
@endif
#Spy30