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

Reporte pagos coincidentes Preliquidacion vs uno a uno recaudo local AT

@stop @section('content') @if (session('mensaje'))
{{session('mensaje')}}
@endif
@if (session('mensaje'))
{{session('mensaje')}}
@endif
@forelse($coincidentes as $coincidentes) @empty @endforelse
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 NUM EXPEDIENTE FECHA EXP NUM RECIBO FECHA RECIBO VALOR RECIBO VALOR COSTAS VALOR INTERESES VALOR CAPITAL SIMIT POLCA
{{ $coincidentes->preliqDivipo }} {{ $coincidentes->Autoridad }} {{ $coincidentes->Numero_referencia }} {{ $coincidentes->Identificacion }} {{ $coincidentes->Numero_comparendo }} {{ $coincidentes->fecha_recaudo }} {{ $coincidentes->Fecha_carga }} {{ $coincidentes->total_recaudo }} {{ $coincidentes->valor_municipio }} {{ $coincidentes->valor_FCM }} {{ $coincidentes->valor_Ditra }} {{ $coincidentes->Policarr }} {{ $coincidentes->AGENTE_IMPOSITOR }} {{ $coincidentes->FECHA_COMPARENDO }} {{ $coincidentes->NUM_EXPEDIENTE }} {{ $coincidentes->FECHA_EXP }} {{ $coincidentes->NUM_RECIBO }} {{ $coincidentes->FECHA_RECIBO }} {{ $coincidentes->VALOR_RECIBO }} {{ $coincidentes->VALOR_COSTAS }} {{ $coincidentes->VALOR_INTERESES }} {{ $coincidentes->VALOR_CAPITAL }} {{ $coincidentes->SIMIT }} {{ $coincidentes->POLCA }}
No se encontro distribucion recaudo externo cargadas
@stop @section('css') @endsection @section('js') @stop