@extends('layouts.dashboardnew') @section('content') {{-- filtro por fecha --}} @include('usuario.componentes.filtroPorFecha', ['ruta' => 'wallet-debitables-filtro', 'form' => ''])
| # | Usuario | Descripcion | Total | Fecha |
|---|---|---|---|---|
| {{ $bille->id }} | {{ $bille->user->display_name }} | {{ $bille->concepto }} | {{ $bille->puntos }} | {{ date('d-m-Y', strtotime($bille->created_at)) }} |