@if($ingreso->estado=="ANULADO") @endif
@php $logo=\DB::table('config')->first()->logo; @endphp

NOTA DE INGRESO

Nº:{{sprintf('%06d', $ingreso->id)}}
RECIBE : {{$ingreso->recibe}} ENVIA: {{$ingreso->envia}}
FECHA : {{$ingreso->fecha->format('d/m/Y')}} CONCEPTO:{{$ingreso->concepto}}
GLOSA : {{$ingreso->glosa}} @if(isset($contrato) && !empty($contrato)) CONTRATO/CODCLI: {{$contrato->numcontrato}}/{{$contrato->credito->numcuenta}} CLIENTE:{{$contrato->nombre_completo}} @endif
@foreach($ingreso->detalle as $k=>$v) @endforeach
N CODIGO CANTIDAD TITULO VOL P.UNITARIO P.TOTAL OBS
{{$k+1}} {{$v->codigo}} {{$v->cantidad}} {{$v->titulo}} {{$v->volumen}} {{number_format($v->precio_unitario,2,',','.')}} {{number_format($v->precio_total,2,',','.')}} {{$v->obs}}
TOTAL {{$ingreso->detalle()->sum('cantidad')}}     {{ number_format($ingreso["precio_total"], 2,',','.') }}

Usuario:{{$ingreso->user->name}}

 

 

 

--------------------------------------

RECIBI CONFORME

ENCARGADO DE ALMACEN

 

 

 

----------------------------------------

ENTREGUE CONFORME

 

 

obs:{{$ingreso->obs}}