@extends('layouts.admin', ['title' => 'مانده کیف پول تمام کاربران']) @section('content')
| نام و نام خانوادگی | شماره همراه | موجودی (تومان) | |
|---|---|---|---|
| {{ $item->first_name . ' ' . $item->last_name }} | {{ $item->mobile }} | {{ number_format($item->transactions_sum_amount) }} | مشاهده |