@extends('layouts.admin') @section('title', 'Users') @section('page-title', 'User Management') @section('content')
| User | Phone | Balance | Winning | Matches | Status | Joined | Actions |
|---|---|---|---|---|---|---|---|
|
{{ $user->name }} |
{{ $user->phone }} | ৳{{ number_format($user->balance, 2) }} | ৳{{ number_format($user->winning, 2) }} | {{ $user->total_matches }} | @if($user->trashed()) Deleted @elseif($user->is_banned) Banned @else Active @endif | {{ $user->created_at->format('d M Y') }} | |
| No users found. | |||||||