AGENTES PORTUARIOS DEL PACIFICO, S.A. DE C.V. BALANCE COMPROBACION AL 30 DE ABRIL DE 2021 (EXPRESADO EN DÓLARES DE LOS ESTADOS UNIDOS DE AMÉRICA) |
---|
ACTIVOS | PASIVOS Y PATRIMONIO | |||||||
---|---|---|---|---|---|---|---|---|
ACTIVO CORRIENTE | {{$activo_corriente[1]}} | PASIVO CORRIENTE | {{$pasivo_corriente[1]}} | |||||
{{ucwords(strtolower($activo_corriente[0][$i]->nombre_cuenta))}} | {{$activo_corriente[0][$i]->saldo}} | @else@endif | @if (isset($pasivo_corriente[0][$i])) | {{ucwords(strtolower($pasivo_corriente[0][$i]->nombre_cuenta))}} | {{$pasivo_corriente[0][$i]->saldo}} | @else@endif | ||
ACTIVO NO CORRIENTE | {{$activo_no_corriente[1]}} | PASIVO NO CORRIENTE | {{$pasivo_no_corriente[1]}} | |||||
{{ucwords(strtolower($activo_no_corriente[0][$i]->nombre_cuenta))}} | {{$activo_no_corriente[0][$i]->saldo}} | @else@endif | @if (isset($pasivo_no_corriente[0][$i])) | {{ucwords(strtolower($pasivo_no_corriente[0][$i]->nombre_cuenta))}} | {{$pasivo_no_corriente[0][$i]->saldo}} | @else@endif | ||
TOTAL ACTIVOS | {{$activo_no_corriente[1] + $activo_no_corriente[1]}} | TOTAL PASIVO | {{$pasivo_corriente[1] + $pasivo_no_corriente[1]}} | |||||
COSTO DE VENTAS POR SERVICIOS | {{$costo_de_venta_por_servicio}} | |||||||
GASTOS DE OPERACIÓN | {{$gastos_de_operacion[1]}} | PATRIMONIO | {{$patrimonio[1]}} | |||||
{{ucwords(strtolower($gastos_de_operacion[0][$i]->nombre_cuenta))}} | {{$gastos_de_operacion[0][$i]->saldo}} | @else@endif | @if (isset($patrimonio[0][$i])) | {{ucwords(strtolower($patrimonio[0][$i]->nombre_cuenta))}} | {{$patrimonio[0][$i]->saldo}} | @else@endif | ||
INGRESOS TOTALES POR SERVICIOS | {{$ingresos_totales_por_servicio}} | |||||||
TOTAL ACTIVOS ,COSTOS Y GASTOS | {{$activo_corriente[1] + $activo_no_corriente[1] + $costo_de_venta_por_servicio + $gastos_de_operacion[1]}} | TOTAL PASIVO Y PATRIMONIO E INGRESOS | {{$pasivo_corriente[1] + $pasivo_no_corriente[1] + $patrimonio[1] + $ingresos_totales_por_servicio}} |