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