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

TOP ANUAL DEL PARCHE

Top 3

@forelse ($tops as $top)
@if ($top->image) @else
@endif
{{ $loop->iteration . '. ' . $top->my_shop->first()['name'] }}
{{ $top->accumulated_points }} Puntos
@if ($loop->iteration == 3)
@endif @empty

Sin Datos.

@endforelse
@stop