viajesb2b.com
    @auth
  • @lang("Inicio") (current)
  • {{ Auth::user()->name }}
    {{ __('Logout') }}
    @csrf
  • @else
  • @lang("Iniciar Sesión")
  • @if (Route::has('register'))
  • @lang("Regístrate")
  • @endif @endauth