@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')
LISTADO DE CREDITOS
Fecha Tipo DNI/RUC Cliente Comprobante Monto Promotor Estado Acciones
@{{item.date}} @{{item.season==null?'Credito':item.season}} @{{item.identitynumber}} @{{item.client}} @{{item.code}} @{{item.total}} @{{item.secundaryemployed}} @{{item.status}}
Total@{{totalamount | number:2}}
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}}
@include ('credit.modal-create') @include ('credit.modal-payment') @include ('credit.modal-delete') @include ('credit.modal-print') @endsection @section ('javascript') @endsection