@if (Route::has('login'))
@auth @else
Register
@endauth
@endif
TRANZERP
@if (Route::has('login'))
@auth
Home
@else
Login
@endauth
@endif