@extends('adminlte::layouts.app') @section('htmlheader_title') | Caja @endsection @section('contentheader_title') Apertura @endsection @section('angularcontroller') ng-controller="cashboxController" @endsection @section('main-content')
LISTADO DE CAJAS
Fecha Apertura Monto Inicial Monto Cobros Monto Abonos Monto Egresos Fecha Cierre Monto Cierre Estado Acciones
@{{item.openingdate}} @{{item.initamount | number:2}} @{{item.totalfeeamount | number:2}} @{{item.totalpaymentamount | number:2}} @{{item.totalexpenseamount | number:2}} @{{item.closingdate}} @{{item.finalamount | number:2}} @{{item.statename}}
@include ('cashbox.modal-create') @include ('cashbox.modal-create-close') @endsection @section ('javascript') @endsection