@extends('admin.layouts.master') @section('css') @include('admin.helper.tablecss') @endsection @section('page-header')
@endsection @section('content')تم استيراد {{ $reportData['summary']['successful'] }} مستخدم بنجاح.
| رقم الصف | الاسم | البريد الإلكتروني | الهاتف | الأخطاء |
|---|---|---|---|---|
| {{ $row['row'] }} | {{ $row['data']['name'] ?? '-' }} | {{ $row['data']['email'] ?? '-' }} | {{ $row['data']['mobile'] ?? '-' }} |
@if (isset($row['errors']))
|
| رقم الصف | الاسم | البريد الإلكتروني | الهاتف | السبب |
|---|---|---|---|---|
| {{ $row['row'] }} | {{ $row['data']['name'] ?? '-' }} | {{ $row['data']['email'] ?? '-' }} | {{ $row['data']['mobile'] ?? '-' }} | {{ $row['message'] }} |
تم استيراد جميع البيانات بنجاح دون أي أخطاء أو تكرار.