@extends('admin.layout.master') @section('title', "رصيد الإدارة") @section('content')

رصيد الإدارة

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- @csrf--}}

{{-- @include('admin.layout.message')--}}

المستخدمين

@foreach($rows as $row) @endforeach
# الإسم رقم الجوال المحفظة عدد العمليات التحكم
{{$i}} {{$row->name}} {{$row->mobile}} {{$row->wallet}} {{$row->wallet_histories->count()}}
@stop