@extends('adminlte::page') @section('title', 'Pagos no reportados') @section('content_header')

Reporte pagos locales uno a uno AT no cargados en SIMIT

@stop @section('content') @if (session('mensaje'))
{{session('mensaje')}}
@endif
@if (session('mensaje'))
{{session('mensaje')}}
@endif
@forelse($noreportes as $noreportes) @empty @endforelse
DIVIPO SEDE TIPO_DOCUMENTO NUM_DOCUMENTO NOMBRE_INFRACTOR ESTADO AGENTE_IMPOSITOR TIPO_PAGO TIPO_RECAUDO COMPARENDO FECHA_COMPARENDO NUM_EXPEDIENTE FECHA_EXP NUM_RECIBO FECHA_RECIBO VALOR_RECIBO VALOR_COSTAS VALOR_INTERESES VALOR_CAPITAL SIMIT POLCA
{{ $noreportes->RecLocal_DIVIPO }} {{ $noreportes->SEDE }} {{ $noreportes->TIPO_DOCUMENTO }} {{ $noreportes->NUM_DOCUMENTO }} {{ $noreportes->NOMBRE_INFRACTOR }} {{ $noreportes->ESTADO }} {{ $noreportes->AGENTE_IMPOSITOR }} {{ $noreportes->TIPO_PAGO }} {{ $noreportes->TIPO_RECAUDO }} {{ $noreportes->COMPARENDO }} {{ $noreportes->FECHA_COMPARENDO }} {{ $noreportes->NUM_EXPEDIENTE }} {{ $noreportes->FECHA_EXP }} {{ $noreportes->NUM_RECIBO }} {{ $noreportes->FECHA_RECIBO }} {{ $noreportes->VALOR_RECIBO }} {{ $noreportes->VALOR_COSTAS }} {{ $noreportes->VALOR_INTERESES }} {{ $noreportes->VALOR_CAPITAL }} {{ $noreportes->SIMIT }} {{ $noreportes->POLCA }}
No se encontro recuados locales no reportados a SIMIT
@stop @section('css') @endsection @section('js') @stop