{{ trans('player.Personal Information') }}
{{ $result->USERNAME }}
{{ $userType }}
{{ $result->EMAIL_ID }}
{{ $result->GENDER }}
{{ isset($result->DATE_OF_BIRTH) ? date('d-m-Y', strtotime($result->DATE_OF_BIRTH)) : '-' }}
Click here
Click here
{{ trans('player.Contact_Info') }}
{{ $result->FIRSTNAME }}
{{ $result->LASTNAME }}
{{ $result->CONTACT }}
{{ $country }}
{{ $state }}
{{ $city }}
{{ $result->STREET }}
{{ $result->ADDRESS }}
{{ $result->PINCODE }}
{{ trans('player.Player Wallet') }}
{{ $depositBalance }}
{{ $withdrawableBalance }}
{{ $totBalance }}
{{ trans('player.Poker Chips') }}
{{ $instantDepositBalance }}
{{ $instantWinBalance }}
{{ $instantTotCash }}
{{ $instantTotBalance }}
{{ trans('player.Play Money') }}
{{ $playDepositBalance }}
{{ $playPromoBalance }}
{{ $playWinBalance }}
{{ $playTotBalance }}
{{ trans('player.Currently Claimed Bonuses') }}
{{ $releaseBonus }}
{{ $activeBonusValue }}
{{ $pendingBonusValue }}
{{ trans('player.Already Claimed Bonus') }}
{{ trans('player.FPP Bonus') }}
{{ $fppBonusPoints }}{{ trans('player.Refer a Friend Bonus') }}
{{ $loyaltyBonusPoints }}{{ trans('player.Pending Deposit') }}
{{ $DepositPending }}{{ trans('player.Deposit / Withdrawal Details') }}
{{ $totAccDepWithdrawal[0] }}
{{ $totAccDepWithdrawal[1] }}
{{ $totAccDepWithdrawal[2] }}
{{ trans('player.Poker Chips-Deposit / Withdrawal Details') }}
{{ $totInstantAccDepWithdrawal[0] }}
{{ $totInstantAccDepWithdrawal[1] }}
{{ $totInstantAccDepWithdrawal[2] }}
{{ trans('player.Loyalty Club Summary') }}
{{ $loyaltyLevel }}
{{ $loyaltyBonusPoints }}
Click here
{{ trans('player.Deposit Limit') }}
{{ $loyaltyLevel }}
{{ $deposit_limit_data[0]->DEP_AMOUNT ?? 0}}
{{ $deposit_limit_data[0]->DEP_AMOUNT_PER_DAY ?? 0}}
{{ $deposit_limit_data[0]->DEP_AMOUNT_PER_MONTH ?? 0}}
{{ trans('player.Withdrawal Details') }}
{{ $WithdrawalPending }}
{{ $TotalWithdrawal }}
{{ trans('player.Bank Details') }}
{{ $bankDetails->ACCOUNT_HOLDER_NAME ?? null }}
{{ $bankDetails->ACCOUNT_NUMBER ?? null }}
{{ $bankDetails->IFSC_CODE ?? null }}
{{ $bankDetails->BANK_NAME ?? null }}
{{ $bankDetails->BRANCH_NAME ?? null }}
{{ trans('player.Transaction') }}
{{ $allpoints[0]->TOTAL_STAKE ?? 0 }}
{{ $allpoints[0]->TOTAL_WIN ?? 0 }}
{{ ($allpoints[0]->TOTAL_STAKE - $allpoints[0]->TOTAL_WIN) ?? null}}
{{ trans('player.Registration') }}
{{ date('d-m-Y H:i:s', strtotime($result->REGISTRATION_TIMESTAMP)) }}
{{ date('d-m-Y H:i:s', strtotime($result->USER_LAST_LOGIN)) }}
{{ $premiumDate }}
{{ $status ?? null }}
{{ $promoCampaign->PROMO_CAMPAIGN_NAME ?? null}}
{{ $result->PARTNER_NAME ?? null}}