Rendimentos de Investimentos Acessar Rendimentos

@foreach($investimentos as $investimento) @endforeach
Nome Rendimento Data Valor Líquido Ações
{{ $investimento->nome }} {{ $investimento->rendimento }} {{ \Carbon\Carbon::parse($investimento->data)->format('d/m/Y') }} R$ {{ number_format($investimento->valor_liquido/100, 2, ',','.') }}
Sub-Total
R$ {{ number_format( $subtotal['investimentos']/100, 2, ',', '.' ) }}