@if (Route::has('login'))
@auth
Logout
@else
Login
@if (Route::has('register'))
Register
@endif @endauth
@endif
Contact admin