@extends('tpl') @section('conteudo')
Valores Investidos Total: @{{{!!$total!!} | currency}}
@foreach($report as $item) @endforeach
Data Cliente Tipo Valor
{{$report->appends(request()->input())->links()}}
@endsection