@extends('layouts.app') @section('title', 'Mi Parche') @section('content')

Ranking general

Top 3

@forelse ($users as $user)
@if ($user->image) @else
@endif
{{ $loop->iteration . '. ' . $user->name . ' ' . $user->surname }}
{{ $top->accumulated_points }} Puntos
@if ($loop->iteration == 3)
@endif @empty

Sin Datos.

@endforelse
@endsection