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