@extends('layouts.adminpages') @section('content')
| Usuario | Año | Mes | Evento | Puntos | Usados | Fecha |
|---|---|---|---|---|---|---|
| {{ $item->user->fullName }} | {{ $item->year }} | {{ is_null($item->month) ? ucwords(Calendar::getHumanMonth($item->period->month)) : ucwords(Calendar::getHumanMonth($item->month)) }} | {{ $item->points_event }} | {{ $item->value }} | {{ $item->used }} | {{ Calendar::getHumanDate($item->created_at, true) }} |
| No se encontraron resultados. | ||||||