@extends('ATCore::atcore_layout') @section('head_buttons') Corregir Masivo @stop @section('atplus_main_content')

CUENTAS CON DIAS FALTANTES EN EL REGISTRO DE VENTAS DIARIAS PERIODO {{$period}}

@foreach ($thisRvdProblems as $key=>$rvdp) @endforeach
# ID RUT RAZON SOCIAL CANT. ESPERADA CANT. REGISTRADA FALTANTES
{{$counter++}} {{$key}} {{$accounts[$key]['rut']}} {{$accounts[$key]['name']}} {{$rvdp['expectedCount']}} {{$rvdp['count']}} {{$rvdp['expectedCount']-$rvdp['count']}} IR A RVD
@stop