{{ __($setTitle) }}

@forelse($stakingInvestments as $key => $item) @empty @endforelse
{{ __('Initiated At') }} {{ __('Amount') }} {{ __('Interest') }} {{ __('Total Return') }} {{ __('Expiration Date') }} {{ __('Status') }}
{{ showDateTime($item->created_at) }} {{ getCurrencySymbol() }}{{ shortAmount($item->amount) }} {{ getCurrencySymbol() }}{{ shortAmount($item->interest) }} {{ getCurrencySymbol() }}{{ shortAmount($item->amount + $item->interest) }} {{ showDateTime($item->expiration_date) }} {{ \App\Enums\Investment\Staking\Status::getName((int)$item->status) }}
{{ __('No Data Found')}}
{{ $stakingInvestments->links() }}