@extends('dashboard.layouts.app') @section('content')
قائمة المستخدمين {{-- @if ($user == 'المستخدمين') --}} إضافة مستخدم {{-- @endif --}}
@include('dashboard.layouts.message')
@if (count($data) > 0)
{{-- --}} {{-- --}} @if (count($data) > 0 && !empty($data)) @foreach ($data as $item) {{-- --}} {{-- --}} @if ($item->status == '1') @else @endif @endforeach @endif
الإسم رقم الجوال البريد العنوان الطلبات الحالة التحكم
{{ $item->name . ' ' . $item->name }} {{ $item->phone }} {{ $item->email }}{{ $item->city->state . '/' . $item->city->city }} @if (count($item->orders) > 0) {{ count($item->orders) }} @else

لا يوجد طلبات

@endif
نشط غير نشط
@else

لا يوجد بيانات حاليا

@endif
@endsection @section('js') @endsection