@foreach ($pools as $pool)

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

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