@foreach($datos as $k=>$r) @endforeach
CODIGO TITULO CARGOS MES
ANTERIOR
REMISIONES TOTAL
CARGOS
DEVOLUCIONES TRASPASOS CONTRATOS
FACTURADOS
CONTRATOS
DIFERIDOS
TOTAL
ENTREGADO
SALDO AL
CIERRE
{{$k+1}} {{$r['codigo']}} {{\Illuminate\Support\Str::limit($r['titulo'],60)}} {{$r['cargo_ant']}} {{$r['remisiones']}} {{$r['total_cubrir']}} {{$r['devoluciones']}} {{$r['traspasos']}} {{$r['facturados']}} {{$r['diferidos']}} {{$r['total_cubiertos']}} {{$r['saldo_cierre']}}
TOTALES {{$datos->sum('cargo_ant')}} {{$datos->sum('remisiones')}} {{$datos->sum('total_cubrir')}} {{$datos->sum('devoluciones')}} {{$datos->sum('traspasos')}} {{$datos->sum('facturados')}} {{$datos->sum('diferidos')}} {{$datos->sum('total_cubiertos')}} {{$datos->sum('saldo_cierre')}}