@extends('layouts.dashboardnew') @section('content') {{-- filtro por fecha --}} @include('usuario.componentes.filtroPorFecha', ['ruta' => 'puntos.fechas', 'form' => '']) {{-- filtro por Nombre --}} @include('usuario.componentes.filtroNombre', ['ruta' => 'puntos.fechas', 'form' => '']) {{-- filtro por ID --}} @include('usuario.componentes.filtroID', ['ruta' => 'puntos.fechas', 'form' => ''])
| # | @if (Auth::user()->rol_id == 0)Usuario | @endifDescripción | Puntos | Fecha |
|---|---|---|---|---|
| {{ $dato->id }} | @if (Auth::user()->rol_id == 0){{ $dato->user->display_name }} | @endif{{ $dato->concepto }} | {{ $dato->puntos }} | {{ date('d-m-Y', strtotime($dato->created_at)) }} |