@if (Route::has('login'))
@auth
Inicio
@csrf
{{ __('Log Out') }}
@else
Login
@if (Route::has('register'))
Registro
@endif @endauth
@endif
Crear token