@extends($activeTemplate . 'layouts.master') @section('content')

@lang('Investment')

@lang('My Investment Statistics')

@lang('Here you can find your active and closed investment and their start date, next return date, total return and more.')

@include($activeTemplate . 'partials.invest_history', ['invests' => $invests]) @if ($invests->hasPages())
{{ paginateLinks($invests) }}
@endif
@endsection