@if($credito->tiene_contrato==1) @endif
{{-- --}}

NOTA DE DEVOLUCION COBRANZA

Nº:{{$devolucion->id}}
NOMBRE CLIENTE: {{$credito->nombre_cliente}} CUENTA:{{$credito->numcuenta}} NotaIngreso:{{$devolucion->ingreso_id}}
COBRADOR: {{$credito->cobrador->nombre_completo}} VENDEDOR: {{$credito->vendedor_nombre}} FECHA:{{$devolucion->fecha->format('d/m/Y')}}
TIPO DEVOLUCION :{{$devolucion->tipo_devolucion}} MONTO TOTAL :{{$devolucion->monto_devolucion}} CUOTA INICIAL:{{$credito->cuotainicial}} SALDO:{{$credito->saldo}}
@foreach($devolucion->detalle()->where('sw',1)->get() as $k=>$d) @endforeach
No Cantidad Codigo Titulo Tomo
{{$k+1}} {{$d->cantidad}} {{$d->codigo}} {{$d->titulo}} {{$d->volumen}}
Total {{$devolucion->detalle()->where('sw',1)->sum('cantidad')}}

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

 

 

 

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

ENTREGUE CONFORME

{{$credito->cobrador->nombre_completo}}

 

 

 

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

RECIBI CONFORME

ENCARGADO DE VENTAS

 

obs: