@if (Route::has('login'))
@if (Auth::check())
Home
@endif
@endif