CORTE DE CAJA
{{session('empresa')}}
{{ $data['sucursalDisplay'] }}
Caja: {{$data['headerInfo']->caja}}
Cajero: {{$data['headerInfo']->cajero}}
Fecha corte: {{ $data['fechaCorte'] }}
{{date('d-m-Y H:i:s')}}

@foreach($data['movTableAnterior'] as $mv) @endforeach
Fecha Tipo Movto Folio Importe 01-EFVO 02-CHEQU 04-T.CRE 28-T.DEB 06-VALE NA-CORTE 99-CREDI 03-TRANS Obeservaciones
{{date('d-m-Y H:i:s', strtotime($data['fechaCorte']))}} {{$mv['TipoMovimientoCaja']}} ${{number_format($mv['Importe'],2)}} ${{number_format($mv['efectivo'],2)}} ${{number_format($mv['cheque'],2)}} ${{number_format($mv['t_cred'],2)}} ${{number_format($mv['t_deb'],2)}} ${{number_format($mv['vale'],2)}} ${{number_format($mv['corte'],2)}} ${{number_format($mv['credito'],2)}} ${{number_format($mv['transac'],2)}} {{$mv['Observaciones']}}
{{$data['sumAnterior']['TipoMovimientoCaja']}} ${{number_format($data['sumAnterior']['Importe'] - $cantidad_res_retiros[0],2)}} ${{number_format($data['sumAnterior']['efectivo'] - $cantidad_res_retiros[1],2)}} ${{number_format($data['sumAnterior']['cheque'] - $cantidad_res_retiros[2],2)}} ${{number_format($data['sumAnterior']['t_cred'] - $cantidad_res_retiros[3],2)}} ${{number_format($data['sumAnterior']['t_deb'] - $cantidad_res_retiros[4],2)}} ${{number_format($data['sumAnterior']['vale'] - $cantidad_res_retiros[5],2)}} ${{number_format($data['sumAnterior']['corte'] - $cantidad_res_retiros[6],2)}} ${{number_format($data['sumAnterior']['credito'] - $cantidad_res_retiros[7],2)}} ${{number_format($data['sumAnterior']['transac'] - $cantidad_res_retiros[8],2)}} {{$data['sumAnterior']['Observaciones']}}
{{date('d-m-Y H:i:s', strtotime($data['corteCaja']['Fecha']))}} {{$data['corteCaja']['TipoMovimientoCaja']}} ${{number_format($data['corteCaja']['Importe'],2)}} ${{number_format($data['corteCaja']['efectivo'],2)}} ${{number_format($data['corteCaja']['cheque'],2)}} ${{number_format($data['corteCaja']['t_cred'],2)}} ${{number_format($data['corteCaja']['t_deb'],2)}} ${{number_format($data['corteCaja']['vale'],2)}} ${{number_format($data['corteCaja']['corte'],2)}} ${{number_format($data['corteCaja']['credito'],2)}} ${{number_format($data['corteCaja']['transac'],2)}} {{$data['corteCaja']['Observaciones']}}
{{$data['diferencia'][1]}} ${{number_format($data['diferencia'][3] - $cantidad_res_retiros[0],2)}} ${{number_format($data['diferencia'][4] - $cantidad_res_retiros[1],2)}} ${{number_format($data['diferencia'][5] - $cantidad_res_retiros[2],2)}} ${{number_format($data['diferencia'][6] - $cantidad_res_retiros[3],2)}} ${{number_format($data['diferencia'][7] - $cantidad_res_retiros[4],2)}} ${{number_format($data['diferencia'][8] - $cantidad_res_retiros[5],2)}} ${{number_format($data['diferencia'][9] - $cantidad_res_retiros[6],2)}} ${{number_format($data['diferencia'][10] - $cantidad_res_retiros[7],2)}} ${{number_format($data['diferencia'][11] - $cantidad_res_retiros[8],2)}}
OBSERVACIONES