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

@lang('Investment')

@lang('My Investment Statistics')

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