@php use Illuminate\Support\Str; @endphp
| F. Emision | F. Vto | Comentario | Debe | Haber | Saldo | Moneda |
|---|---|---|---|---|---|---|
| {{ date("d/m/Y", strtotime($linea->fecha)) }} | {{ $linea->fecha_vencimiento? date("d/m/Y", strtotime($linea->fecha_vencimiento)): '---' }} | {{Str::limit($linea->comentario, 40, '...') }} | {{ number_format($linea->debe, 2, '.', ',') }} | {{ number_format($linea->haber, 2, '.', ',') }} | {{number_format($saldoAcumulado, 2, '.', ',')}} | {{ $linea->moneda->is_default? $linea->moneda->simbolo : "{$linea->moneda->simbolo} Coti: {$linea->cotizacion}" }} |