{{-- search will enter here --}}
Creator
Plan
Amount
Status
Deposit type
Accured Amount
Daily Increase (%)
Percentage Increase (%)
Created At
End date
Last Accured
Action
{{ $investment->creator }}
{{ $investment->plan_name }}
${{ number_format($investment->amount, 2, '.', ',') }}
{{ $investment->status }}
{{ $investment->depositType }}
${{ $investment->accuredAmount }}
{{ $investment->dailyIncrease }}
{{ $investment->percentageIncrease }}
{{ date('d M,Y', strtotime($investment->createdAt)) }}
{{ date('d M,Y', strtotime($investment->endDate)) }}
{{ date('d M,Y', strtotime($investment->lastAccured)) }}
No investment found!
@endif
{{ $users->links() }}
--}}
{{ $investments->links() }}