@extends('adminlte::layouts.app') @section('htmlheader_title') | Reporte de Pagos @endsection @section('contentheader_title') Pagos Realizados del dia @endsection @section('angularcontroller') ng-controller="reportpaymentsController" @endsection @section('main-content')
| Fecha | Tipo Operacion | Pago | Cobrador | N° Pago | Cliente | N° Comprobante | Tipo Credito | Ingreso | Mora | Total |
|---|---|---|---|---|---|---|---|---|---|---|
| @{{item.limittime}} | Pago | @{{item.accountant != 0?'Contable':'Regulado' }} | @{{item.systemuser}} | @{{item.codefee}} | @{{item.client}} | @{{item.code}} | @{{item.season}} | @{{item.cash | number: 2}} | @{{item.interest | number: 2}} | @{{(item.cash + item.interest) | number: 2}} |
| Total | @{{totalfeeamount | number:2}} |