@extends('admin.layout.master') @section('title', "رصيد الكباتن") @section('content')
# | رقم العضو | الإسم | رقم الجوال | المحفظة | تاريخ الاضافة | تاريخ الخصم | عدد العمليات | التحكم |
---|---|---|---|---|---|---|---|---|
{{$i}} | {{$row->id}} | {{$row->fullname}} | {{$row->mobile}} | {{$row->wallet}} | {{$row->created_at}} | {{$row->updated_at}} | {{$row->wallet_histories->count()}} |