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