User Invest Money Page: User's Balance @if($ms) [{{$ms->total}}] @else 0 @endif
Package
@forelse($invest_money_record as $key=>$invest)
@empty
@endforelse
Invest Created At : {{$invest->created_at->format('d-m-Y')}}
Time Period : {{$invest->time_period}} Month
@if($invest->status == null)
Not Running Yet
@endif