{{-- Scripts --}} {{-- Fonts & Icons --}}
Inicio
Participar
Contacto
@guest @if (Route::has('login'))
{{ __('Ingresar') }}
@endif @else
Panel Admin
{{ Auth::user()->name }}
{{ __('Cerrar Sesión') }}
@csrf
@endguest
@yield('content')