@extends('layouts/master') @section('header') {{-- --}} @endsection @section('title') Reporte de Partidas Conciliadas (Pagos Electronicos / Extracto Bancario) fecha {{date('d-m-Y')}} @endsection @section('content')
@if(!empty($data['entidadRespuesta']) && $data['codrespuesta']=="COD_000")

LISTADO DE PARTIDAS CONCILIADAS BANCARIAS:

PAGOS ELECTRONICOS / EXTRACTO BANCARIO

@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 CONCILIADAS: {{count($data['entidadRespuesta'])}}
    @endif {{--*/$totalMonto=0;/*--}} @for($h=0;$hSALDO FINAL CONCILIADOS: {{number_format($totalMonto,2, ',', '.')}}
    @endif @if(!empty($data['entidadRespuesta'][0]['listusuario']['nombre'])) USUARIO CONCILIACION: {{$data['entidadRespuesta'][0]['listusuario']['nombre']}}
    @endif @endif

  • @endif @if(!empty($data['entidadRespuesta']))
    PAGOS ELECTRONICOS EXTRACTO BANCARIO
    Nro. Cliente Nro. Factuta / Guía Referencia Fecha Monto Bs. Conciliado con Banco Origen Referencia Fecha Pago Tomado Monto Bs.
    @endif
    @endif
    @endsection