@extends($activeTemplate.'layouts.master') @section('content')
@lang('Investment')
@lang('Here you can find your active and closed investment and their start date, next return date, total return and more.')
@lang('Total Invest')
@lang('Total Profit')
{{ showAmount(($chart->investAmount / $investChart->sum('investAmount')) * 100, currencyFormat:false) }}% - {{ __($chart->plan->name) }}
@endforeach