@if (Route::has('login'))
@auth
Home
Logout
Product Information
@else
Login
@if (Route::has('register'))
Register
@endif @endauth
@endif