@if (Route::has('login'))
@auth
Inicio
@else
Ingreso
@if (Route::has('register'))
Registrarse
@endif @endauth
@endif
@yield('content')