@foreach($packages as $package)
Invest Amount {{$package->invest_amount}}$
Profit {{$package->profit_per}}%
{{$package->duration}}Days
@php
$total = $package->invest_amount + ($package->invest_amount * $package->profit_per)/100;
@endphp
Amount With Profit: {{$total}}$
@endforeach
Are you confirm to Investment?
Package: Essential
Price: $0