@extends('adminlte::layouts.app') @section('htmlheader_title') | Ahorro @endsection @section('contentheader_title') Nuevo Ahorro Nuevo @endsection @section('angularcontroller') ng-controller="savingmoneyController" @endsection @section('main-content')
| Fecha | Tipo Ahorro | DNI/RUC | Cliente | Comprobante | Monto | Fecha Desembolso | Estado |
|---|---|---|---|---|---|---|---|
| @{{item.date}} | @{{item.season==null?'JuntaMas':item.season}} | @{{item.identitynumber}} | @{{item.client}} | @{{item.code}} | @{{item.total}} | @{{item.datedelivered}} | @{{item.status}} |