@extends('adminlte::page') @section('title', 'Identificación errores') @section('content_header')

Identificación errores en la información de pagos de la AT

@stop @section('content')
@if (session('mensaje'))
{{session('mensaje')}}
@endif
@foreach($tipoerror as $tipoerror) @endforeach
DIVIPO AT NRO REFERENCIA IDENTIFICACION NRO.COMPARENDO FECHA RECAUDO FECHA CARGA TOTAL RECAUDO VALOR MUNICIPIO VALOR FCM VALOR DITRA POLCA S/N AGENTE_IMPOSITOR FECHA_COMPARENDO NRO.EXPEDIENTE FECHA EXPEDICION NRO.RECIBO FECHA_RECIBO VALOR_RECIBO VALOR_COSTAS VALOR INTERESES VALOR CAPITAL SIMIT POLCA NRO DIAS TOTAL RECAUDO DIFERENCIA FECHA PORCENTAJE APLICADO DIFERENCIA RECAUDO DIFEFENCIA 10% SIMIT DIFERENCIA 55% DITRA ERROR AUTORIDAD
{{ $tipoerror->preliqDivipo }} {{ $tipoerror->autoridad }} {{ $tipoerror->numero_referencia }} {{ $tipoerror->identificacion }} {{ $tipoerror->numero_comparendo }} {{ $tipoerror->fecha_recaudo }} {{ $tipoerror->Fecha_carga }} {{ $tipoerror->total_recaudo }} {{ $tipoerror->valor_municipio }} {{ $tipoerror->valor_FCM }} {{ $tipoerror->valor_Ditra }} {{ $tipoerror->policarr }} {{ $tipoerror->AGENTE_IMPOSITOR }} {{ $tipoerror->FECHA_COMPARENDO }} {{ $tipoerror->NUM_EXPEDIENTE }} {{ $tipoerror->FECHA_EXP }} {{ $tipoerror->NUM_RECIBO }} {{ $tipoerror->FECHA_RECIBO }} {{ $tipoerror->VALOR_RECIBO }} {{ $tipoerror->VALOR_COSTAS }} {{ $tipoerror->VALOR_INTERESES }} {{ $tipoerror->VALOR_CAPITAL }} {{ $tipoerror->SIMIT }} {{ $tipoerror->POLCA }} {{ $tipoerror->NRO_DIAS }} {{ $tipoerror->TOTAL_REC }} {{ $tipoerror->DIFFECHA }} {{ $tipoerror->PORC_APLICADO }} {{ $tipoerror->DIF_RECAUDO }} {{ $tipoerror->DIF10SIMIT }} {{ $tipoerror->DIF55DITRA }} {{ $tipoerror->ERROR_AUTORIDAD }}
@stop @section('css') @endsection @section('js') @stop