Hi,{{session()->get('name')}} welcome back!

Your business dashboard template

Matches Launch

@isset($matchlaunched){{$matchlaunched}}@endif

Match Winner Declared

@if(isset($winningDeclare)){{$winningDeclare}}@endif

Withdraw Request Approved

@if(isset($bankWithdrawReq)){{$bankWithdrawReq}} @endif

Withdraw Request Rejected

@if(isset($withdrawReject)){{$withdrawReject}}@endif

Pan Verification

@if(isset($panVerifyCount)){{$panVerifyCount}} @endif

Bank Verification

@if(isset($bankVerifyCount)) {{$bankVerifyCount}}@endif

Total pan card request pending.

@if(isset($pancardReqPending)) {{$pancardReqPending}}@endif

Todays Pancard Approved / Rejected

@if(isset($bankVerifyCount)) {{$pancardApproved}} / {{ $pancardRejected }} @endif

Total bank request pending

@if(isset($bankReqPending)) {{$bankReqPending}} @endif

Todays Bank Approved / Rejected

@if(isset($bankVerifyCount)) {{$bankApproved }} / {{ $bankRejected }} @endif

@endsection