@extends('adminlte::layouts.app')
@section('htmlheader_title')
| Pagos Pendientes del Dia
@endsection
@section('contentheader_title')
Pagos Pendientes del Dia
@endsection
@section('angularcontroller')
ng-controller="reportPaymentsDailyController"
@endsection
@section('main-content')
REPORTE DE PAGOS PENDIENTES DEL DIA
| N° Comprobante |
DNI |
Cliente |
Fecha |
Promotor |
Total |
| @{{item.codeorigin}} |
@{{item.identitynumber}} |
@{{item.client}} |
@{{item.time}} |
@{{item.secundaryemployed}} |
@{{item.feeamount | number: 2}} |
| | | | Total | @{{totalamount | number:2}} |
| N° Comprobante |
DNI |
Cliente |
Fecha |
Promotor |
Total |
Estado de Cobranza |
| @{{item.codeorigin}} |
@{{item.identitynumber}} |
@{{item.client}} |
@{{item.time}} |
@{{item.secundaryemployed}} |
@{{item.feeamount | number: 2}} |
|
| | | | | Total | @{{totalamount | number:2}} |
@endsection
@section ('javascript')
@endsection