NUEVO JUGADOR

@csrf
@if ($errors->has('cedula')) @endif {{-- @if (isset($respuesta['error']) && $respuesta['error']) @endif --}}
@if ($errors->has('nombre'))
{{ $errors->first('nombre') }}
@endif
@if ($errors->has('fecha_nacimiento'))
{{ $errors->first('fecha_nacimiento') }}
@endif

@if ($errors->has('serie'))
{{ $errors->first('serie') }}
@endif

@if ($errors->has('procedencia'))
{{ $errors->first('procedencia') }}
@endif