@extends('layouts.admin') @section('title', $user->name.' — User Profile') @section('page-title', 'User Profile') @section('content')
{{ $user->phone }}
@if($user->email){{ $user->email }}
@endifJoined {{ $user->created_at->format('d M Y') }}
Balances
Stats
{{ $user->total_matches }}
Matches
{{ $user->total_kills }}
Kills
{{ $user->total_wins }}
Wins
{{ $user->referral_code }}
Ref Code
| Type | Amount | TRX ID | Status | Date |
|---|---|---|---|---|
| {{ str_replace('_',' ',$txn->type) }} | ৳{{ number_format($txn->amount,2) }} | {{ $txn->trx_id ?? '-' }} | {{ ucfirst($txn->status) }} | {{ $txn->created_at->format('d M Y') }} |
| No transactions. | ||||
{{ $reg->tournament->title ?? 'Deleted' }}
{{ $reg->player_name }} · {{ $reg->created_at->format('d M Y') }}
{{ $reg->kills }} kills · pos #{{ $reg->position ?? '-' }}
@if($reg->prize_won > 0)৳{{ number_format($reg->prize_won) }}
@endif