@extends('layouts.dashboardnew') @section('content') {{-- filtro por fecha --}} @include('usuario.componentes.filtroPorFecha', ['ruta' => 'puntos.mispuntos-filtro', 'form' => ''])
| # | Descripción | Puntos | Fecha |
|---|---|---|---|
| {{$dato->id}} | {{$dato->concepto}} | {{$dato->puntos}} | {{date('d-m-Y', strtotime($dato->created_at))}} |