@if (Route::has('login'))
@auth Inicio
@csrf
@else Login @if (Route::has('register')) Registro @endif @endauth
@endif