@extends('admin.layout.master') @section('title', "الكباتن") @section('content')

الكباتن

{{-- @csrf--}}
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('date_from')) {{ $errors->first('date_from') }} @endif
@if ($errors->has('date_to')) {{ $errors->first('date_to') }} @endif
{{-- @include('admin.layout.message')--}}

الكباتن

@foreach($rows as $row) @endforeach
# الإسم رقم الجوال البريدالالكترونى المحفظة الدولة الحالة التحكم
{{$i}} {{$row->fullname}} {{$row->mobile}} {{$row->email}} {{$row->wallet}} {{$row->country->name['ar']}} {{ ($row->status == 'active') ? "مفعل" : "غير مفعل" }}
@stop