@extends('adminlte::layouts.app') @section('htmlheader_title') | Creditos @endsection @section('contentheader_title') Nuevo Credito Nuevo @endsection @section('angularcontroller') ng-controller="creditController" @endsection @section('main-content')
| Fecha | Fecha | Tipo | DNI/RUC | Cliente | Comprobante | Monto | Promotor | Estado |
|---|---|---|---|---|---|---|---|
| @{{item.date}} | @{{item.season==null?'Credito':item.season}} | @{{item.identitynumber}} | @{{item.client}} | @{{item.code}} | @{{item.total}} | @{{item.secundaryemployed}} | @{{item.status}} |
| Total | @{{totalamount | number:2}} |