@foreach ($pools as $pool) @php $investedPercent = ($pool->invested_amount / $pool->amount) * 100; @endphp

{{ __($pool->name) }}

@lang('Invested Amount')
{{ showAmount($pool->invested_amount) }}/{{ showAmount($pool->amount) }}
{{ __($pool->interest_range) }}
@lang('Interest Rate')
@endforeach @push('script') @endpush