| ITM | FECHA | MOVIMIENTO | NUMERO | DEBITOS | CREDITOS | SALDO | |||
|---|---|---|---|---|---|---|---|---|---|
| {{$k}} | {{date('d-m-Y', strtotime($dato->fecha))}} | {{$dato->tipomov}} | @if ($dato->tipofac == "-1"){{strtoupper( $dato->contrato) }} | @else{{($dato->tipomov != 'DVAN')?strtoupper($dato->numero):strtoupper($dato->contrato) }} | @endif @if ($dato->tipofac == "1")¥{{number_format($dato->total) }} | @else¥0 | @endif @if ($dato->tipofac == "-1")¥{{number_format($dato->total) }} | @else¥0 | @endif¥{{ number_format( $newSaldo )}} |