@extends('layouts.dashboardnew') @section('content') {{-- filtro por fecha --}} @include('usuario.componentes.filtroPorFecha', ['ruta' => 'wallet-filtro', 'form' => '']) @if(Auth::user()->rol_id == 0)
| # | @if (Auth::user()->rol_id == 0)Usuario | @endifFecha | Nivel | Descripción | Descuento | Ingreso | Retiro | Balance |
|---|---|---|---|---|---|---|---|---|
| {{$wallet->id}} | @if (Auth::user()->rol_id == 0){{$wallet->user->display_name}} | @endif{{date('d-m-Y', strtotime($wallet->date))}} | {{ $wallet->nivel }} | {{$wallet->descripcion}} | @if ($moneda->mostrar_a_d) {{$moneda->simbolo}} {{$wallet->descuento}} @else {{$wallet->descuento}} {{$moneda->simbolo}} @endif | @if ($moneda->mostrar_a_d) {{$moneda->simbolo}} {{$wallet->debito}} @else {{$wallet->debito}} {{$moneda->simbolo}} @endif | @if ($moneda->mostrar_a_d) {{$moneda->simbolo}} {{$wallet->credito}} @else {{$wallet->credito}} {{$moneda->simbolo}} @endif | @if ($moneda->mostrar_a_d) {{$moneda->simbolo}} {{$wallet->balance}} @else {{$wallet->balance}} {{$moneda->simbolo}} @endif |