@extends('layouts.auth-mundial') @section('title', 'Ingresar | Mundial 2026') @section('background', asset('img/estadio.jpg')) @section('top-link') Crear cuenta @endsection @section('info')
Ingreso de participantes

Vuelve al camino mundialista

Ingresa para continuar tus pronósticos, revisar tus llaves y competir en el ranking general del Mundial 2026.

Calendario completo
Pronostica desde grupos hasta la final.
Ranking general
Compite con todos los participantes.
@endsection @section('panel-title')

Ingresar

Accede con tu correo y contraseña.

@endsection @section('content') @if ($errors->any())
{{ $errors->first() }}
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf
¿No tienes cuenta? Regístrate
@endsection