@extends("layouts.app") @section("content")
| المضيف | البريد الإلكتروني | رقم الهاتف | تاريخ التسجيل | الحالة | الإجراءات |
|---|---|---|---|---|---|
|
{{ $host->full_name ?? $host->first_name . ' ' . $host->last_name }}
|
{{ $host->email }} | {{ $host->whatsapp_phone ?? $host->contact_no }} | {{ $host->created_on->format('Y-m-d') }} | @if($host->verification_status === 'in_review') بانتظار المراجعة @elseif($host->verification_status === 'modification_requested') بانتظار المضيف @else طلب جديد @endif | مراجعة الملف |
جميع حسابات المضيفين تمت مراجعتها مسبقاً.