@if($matrixLog)
@endif
{{ __('Matrix Enrolled Information') }}
{{ __('Initiated At') }}
{{ showDateTime($matrixLog->created_at) }}
{{ __('Trx') }}
{{ $matrixLog->trx }}
{{ __('Schema Name') }}
{{ $matrixLog->name }}
{{ __('Invest Amount') }}
{{ getCurrencySymbol() }}{{shortAmount($matrixLog->price)}}
{{ __('User-Based Referral Bonus') }}
{{ getCurrencySymbol() }}{{shortAmount($matrixLog->referral_reward)}}
{{ __('Referral Commission') }}
{{ getCurrencySymbol() }}{{shortAmount($matrixLog->referral_commissions)}}
{{ __('Level Commission') }}
{{ getCurrencySymbol() }}{{shortAmount($matrixLog->level_commissions)}}
{{ __('Status') }}
{{ \App\Enums\Matrix\InvestmentStatus::getName($matrixLog->status) }}
@include('user.partials.matrix.plan')