-
@foreach($investments as $investment)
-
{{$investment->title}} {{date('Y-m-d')}}{{number_format($investment->minimum_amount, 2)}} {{number_format($pramnt, 2)}} ({{$investment->commission}}%)
@endforeach
()
Purchase Investment
@if(count($order_investments))
@foreach($order_investments as $investment)
@if($investment->status==1)open
@elseif($investment->status==2)
Request
@else
Close
@endif
{{$investment->title}}
{{$investment->start_date}} {{$investment->end_date}}
{{number_format($investment->amount, 2)}}
@endforeach
@else
No investment list
@endif