|
Nro Asiento: {{ $siguiente_asiento }} - Periodo: {{ $cuenta->code }} - Fecha: {{ date("d/m/Y", strtotime($cuenta->fecha_registracion)) }} - Tipo Asiento: {{ $cuenta->tipo_asiento }} - Leyenda: @if(!$cuenta->comentario) --- @else {{ $cuenta->comentario }} @endif
|
{{--
Nro Asiento: {{ $siguiente_asiento }} - Periodo: {{ $cuenta->code }} - Fecha: {{ date("d/m/Y", strtotime($cuenta->fecha_registracion)) }} - Tipo Asiento: {{ $cuenta->tipo_asiento }} - Leyenda: @if(!$cuenta->comentario) --- @else {{ $cuenta->comentario }} @endif
| --}}
{{--
Nro Asiento: {{ $siguiente_asiento }}
|
Periodo: {{ $cuenta->code }}
|
Fecha: {{ date("d/m/Y", strtotime($cuenta->fecha_registracion)) }}
|
Tipo Asiento: {{ $cuenta->tipo_asiento }}
|
Leyenda: @if(!$cuenta->comentario) --- @else {{ $cuenta->comentario }} @endif
| --}}
@endif
|
- {{ $cuenta->nombre }}
|
{{ ($cuenta->DEBE>0) ? '$ '.number_format($cuenta->DEBE, 2, ',', '.') :''}}
|
{{ ($cuenta->HABER>0) ? '$ '.number_format($cuenta->HABER, 2, ',', '.') :''}}
|
@endforeach