@if($consultarCuentabanco['codrespuesta']=='COD_000')
Filtros de Búsqueda
@if(!empty($desde))
Fecha Desde: {{@date("d-m-Y", strtotime($desde))}}
Fecha Hasta: {{@date("d-m-Y", strtotime($hasta))}}
@else
{{--*/
$var=explode('-',$data['entidadRespuesta'][0]['fechapago']);
$fecha=$var[2].'-'.$var[1].'-'.$var[0];
/*--}}
Fecha: {{date("d-m-Y", strtotime($fecha))}}
@endif
@if(!empty($consultarCuentabanco['entidadRespuesta'][0]['listbanco']['nombre']))
BANCO: {{@$consultarCuentabanco['entidadRespuesta'][0]['listbanco']['nombre']}}
@endif
@if(!empty($consultarCuentabanco['entidadRespuesta'][0]['codcuenta']))
CUENTA NRO.: {{@$consultarCuentabanco['entidadRespuesta'][0]['codcuenta']}}
@endif
@if(!empty($data))
@if(count($data['entidadRespuesta'])>0)
CANTIDAD PARTIDAS NO CONCILIADAS: {{count($data['entidadRespuesta'])}}
@endif
{{--*/$totalMonto=0;/*--}}
@for($h=0;$hSALDO FINAL CONCILIADOS: {{number_format($totalMonto,2, ',', '.')}}
@endif
@if(!empty($data['entidadRespuesta'][0]['listpagobanco']['listusuario']['nombre']))
USUARIO CARGA ARCHIVO: {{$data['entidadRespuesta'][0]['listpagobanco']['listusuario']['nombre']}}
@endif
@if(!empty($data['entidadRespuesta'][0]['listpagobanco']['listconciliacion']['listusuario']['nombre']))
USUARIO CONCILIACION: {{$data['entidadRespuesta'][0]['listpagobanco']['listconciliacion']['listusuario']['nombre']}}
@endif
@endif
@endif
@if(!empty($data['entidadRespuesta']))
{{--*/$rutaSession=Session::get('conexion');/*--}}
@endif