@include('junta::sidebar.dyna')

{{ $title }}

 

@if( $exitsData == true ) @foreach( $cuenta_52 as $c52 ) @endforeach
Detalle Año {{ $yearAnt }} % Participación Año {{ $year }} % Participación Variación
{{ $year }} vs {{ $yearAnt }}
TOTAL ${{ number_format( $total_52['saldo_ant'], 0 ) }} {{ number_format( @($total_52['saldo_ant'] / $total_41['saldo_ant']) * 100, 2 ) }}% ${{ number_format( $total_52['saldo'], 0 ) }} {{ number_format( @($total_52['saldo'] / $total_41['saldo']) * 100, 2 ) }}% {{ \FncCuentaValor::variacion( $total_52['saldo'], $total_52['saldo_ant'] ) }}%
{{ $c52['descripcion'] }} ${{ number_format( $c52['saldo_ant'], 0 ) }} {{ number_format( @(($c52['saldo_ant']) / $total_41['saldo_ant']) * 100, 2 ) }}% ${{ number_format( $c52['saldo'], 0 ) }} {{ number_format( @(($c52['saldo']) / $total_41['saldo']) * 100, 2 ) }}% {{ \FncCuentaValor::variacion( $c52['saldo'], $c52['saldo_ant'] ) }}%
@endif
@section('header') @stop @section('footer') @if( $exitsData == true ) @foreach( $modales as $modal ) @if( $modal['count'] > 0 ) {{ $modal['html'] }} @endif @endforeach @endif @stop