@foreach($data['generos'] as $genero) @include('exports.conac_reports.templates.balance_template',['account' => $genero,'paint'=>true]) @endforeach
CUENTA SALDOS INICIALES MOVIMIENTOS DEL PERIODO SALDOS ACTUALES

Deudor

Acreedor

Cargos

Abonos

Deudor

Acreedor

TOTALES

{{floatval($data['deudor_inicial']) >= 0 ? '$'.number_format($data['deudor_inicial'],2) : '-$'.number_format($data['deudor_inicial'] * -1,2) }}

{{floatval($data['acreedor_inicial']) >= 0 ? '$'.number_format($data['acreedor_inicial'],2) : '-$'.number_format($data['acreedor_inicial'] * -1,2) }}

{{floatval($data['cargo_movimiento']) >= 0 ? '$'.number_format($data['cargo_movimiento'],2) : '-$'.number_format($data['cargo_movimiento'] * -1,2) }}

{{floatval($data['abono_movimiento']) >= 0 ? '$'.number_format($data['abono_movimiento'],2) : '-$'.number_format($data['abono_movimiento'] * -1,2) }}

{{floatval($data['deudor_final']) >= 0 ? '$'.number_format($data['deudor_final'],2) : '-$'.number_format($data['deudor_final'] * -1,2) }}

{{floatval($data['acreedor_final']) >= 0 ? '$'.number_format($data['acreedor_final'],2) : '-$'.number_format($data['acreedor_final'] * -1,2) }}



"Bajo protesta de decir verdad declaramos que los Estados Financieros y sus notas, son razonablemente correctos y son responsabilidad del emisor"


@if (isset($signature_data)) @include('exports.templates.signature_template',['data' => $signature_data]) @endif