{{ config('app.name', 'Laravel') }}
@guest @if(env('ALLOW_PUBLIC_REGISTER', true))
Ingresar
Registrarse
@endif @else
{{ Auth::user()->name }}
Logout
@endguest
@yield('content')