@if (Route::has('login'))
@auth
Home
@else
Login
@if (Route::has('register'))
Register
@endif @endauth
@endif
Welcome to
A self learning of Android applications programming with automatic checking feature