@extends('layouts.admin.master') @section('tab-name','مدیریت اکانتهای کاربری') @section('content')
| # | کاربر | سرویس / شناسه | موجودی (Wallet) | وضعیت | تاریخ ایجاد | عملیات |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $account->user->name ?? 'کاربر حذف شده' }}
{{ $account->user->mobile }}
|
{{ $account->service->title ?? '---' }}
{{ $account->account_identifier }}
|
{{ number_format($account->wallet) }} {{ $account->getCurrencyType()}} | {{-- سلکت باکس تغییر وضعیت --}} | {{ $account->getJalaliCreatedAtAttribute() }} | |
| هیچ اکانت کاربری یافت نشد. | ||||||