@extends('layouts.simple') @section('content')
Fecha | Valor | Descripcion | Tipo | Tipo De Gasto | Accion |
---|---|---|---|---|---|
{{$ent->created_at}} | Q. {{number_format($ent->valor, 2)}} | {{$ent->descripcion}} | {{$ent->tipo}} | {{$ent->tipo2}} |
TOTAL EN ENTRADAS: Q. {{number_format($te, 2)}}
TOTAL EN SALIDAS: Q. {{number_format($ts, 2)}}