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