@if (!$income) @else @endif @foreach ($data as $row) @if (!$income) @else @endif @endforeach

COG

Nombre del COG

Tipos de Gasto

Características

TIPO-CRI

Concepto del CRI

Características

Cuentas Contables

Cargo

Cuenta Cargo

Abono

Cuenta Abono

  {{ $row['cog'] ? $row['cog'] : 'N/D' }}

{{ $row['cog_name'] ? $row['cog_name'] : 'NO DIPONIBLE' }}

{{ $row['spend_type_desc'] ? $row['spend_type_desc'] : 'NO DISPONIBLE' }}

  {{ $row['type_cri_code'] ? $row['type_cri_code'] : 'N/D' }}

{{ $row['type_cri_description'] ? $row['type_cri_description'] : 'NO DISPONIBLE' }}

{{ $row['charge'] ? $row['charge'] : 'N/D' }}

{{ $row['charge_account_desc'] ? $row['charge_account_desc'] : 'NO DISPONIBLE' }}

{{ $row['credit'] ? $row['credit'] : 'N/D' }}

{{ $row['credit_account_desc'] ? $row['credit_account_desc'] : 'NO DISPONIBLE' }}