@extends('admin.layout.master') @section('title') All Player @endsection @section('css') @endsection @section('content') @if(session()->get('error')) @elseif(session()->get('success')) @endif
@if($data['data'] == null) {{-- --}} User avatar @else User avatar @endif
{{-- --}} @if($data->banned == 1) @else @endif
{{$data->totalcoin}} ₹
Current Amount
{{$data->wincoin}} ₹
Current Winning Amount
{{$data->refrelCoin}} ₹
Refer Amount

@if($data->totalcoin > 1000) {{$data->totalcoin/1000}} K ₹ @else {{$data->totalcoin}} ₹ @endif

Current Wallet Amount

@if($withdrawAmount > 1000) {{$withdrawAmount/1000}} K ₹ @else {{$withdrawAmount}} ₹ @endif

Total Withdraw Amount

{{$NoOfWithdraw}}

Total Number Of Withdraw

@if($TotalTrans > 1000) {{$TotalTrans/1000}} K @else {{$TotalTrans}} @endif

Total Transaction

@if($TotalSuccessTrans > 1000) {{$TotalSuccessTrans/1000}} K @else {{$TotalSuccessTrans}} @endif

Total Success Transaction

@if($TotalFailedTrans > 1000) {{$TotalFailedTrans/1000}} K @else {{$TotalFailedTrans}} @endif

Total Failed Transaction

{{$data->referral_count*$Websetting->refer_bonus}}

Total Refer Earning

@endsection @section('js') @endsection