@extends('layouts.admin.master') @section('tab-name','مدیریت اکانت‌های کاربری') @section('content')
@forelse($accounts as $account) @empty @endforelse
# کاربر سرویس / شناسه موجودی (Wallet) وضعیت تاریخ ایجاد عملیات
{{ $loop->iteration }}
{{ $account->user->name ?? 'کاربر حذف شده' }} {{ $account->user->mobile }}
{{ $account->service->title ?? '---' }} {{ $account->account_identifier }}
{{ number_format($account->wallet) }} {{ $account->getCurrencyType()}} {{-- سلکت باکس تغییر وضعیت --}}
{{ $account->getJalaliCreatedAtAttribute() }}
{{-- دکمه لاگ‌ها --}} {{-- دکمه جزئیات --}}
هیچ اکانت کاربری یافت نشد.
{{ $accounts->links() }}
{{-- مودال ساده و زیبای جزئیات --}} @push('scripts') @endpush @stop