@extends('layouts.admin') @section('title', 'داشبورد مدیریت') @section('content')
| کاربر | عضو کانال؟ | زبان / کشور | اشتراک | ارسال پیام خصوصی سریع |
|---|---|---|---|---|
|
@if($user->chat_id)
{{ $user->first_name }} {{ $user->last_name }}
@if($user->username)
{{ '@'.$user->username }}
@else
{{ $user->chat_id }}
@endif
|
@if($user->isJoinedChannels()) Joined ✅ @else Not Joined ❌ @endif |
{{ strtoupper($user->language ?? 'FA') }}
{{ $user->country ?? 'IR' }}
|
@if($user->hasActiveSubscription()) فعال @else ندارد @endif |
| کاربر | عضو کانال؟ | زبان / کشور | اشتراک | تاریخ عضویت / آخرین فعالیت |
|---|---|---|---|---|
|
@if($user->chat_id)
{{ $user->first_name }} {{ $user->last_name }}
@if($user->username)
{{ '@'.$user->username }}
@else
{{ $user->chat_id }}
@endif
|
@if($user->isJoinedChannels()) Joined ✅ @else Not Joined ❌ @endif |
{{ strtoupper($user->language ?? 'FA') }}
{{ $user->country ?? 'IR' }}
|
@if($user->hasActiveSubscription()) فعال @else ندارد @endif |
عضویت: {{ $user->join_date ? $user->join_date->format('Y-m-d H:i') : '-' }}
آخرین فعالیت: {{ $user->last_activity ? $user->last_activity->format('Y-m-d H:i') : '-' }}
|
| هیچ کاربر مسدود یا بن شدهای یافت نشد. | ||||