{{ $tblUser->full_name }}

@if($tblUser->role_id == 2) زبون (Customer) @elseif($tblUser->role_id == 5) مالك عقار (Owner) @elseif($tblUser->role_id == 1) مشرف نظام (Admin) @else مستخدم @endif
@if($tblUser->state_id == 1) حساب نشط @else حساب غير نشط @endif @if($tblUser->gender == 0) ذكر @else أنثى @endif
معلومات التواصل
  • رقم الهاتف {{ $tblUser->country_code }} {{ $tblUser->contact_no }}
  • رقم الواتساب {{ $tblUser->whtsaap_no ?? 'غير متوفر' }}
  • البريد الإلكتروني {{ $tblUser->email ?? 'غير متوفر' }}
  • الموقع {{ $tblUser->country }} - {{ optional($tblUser->cityRelation)->name ?? 'غير محددة' }} @if($tblUser->address)
    {{ $tblUser->address }}
    @endif
المصادقة والأمان
  • مصادقة الهاتف (OTP) {{ $tblUser->otp_verify == 1 ? 'مؤكد' : 'غير مؤكد' }} @if($tblUser->otp_verify == 1 && $tblUser->otp)
    الرمز: {{ $tblUser->otp }}
    @endif
  • مصادقة البريد الإلكتروني {{ $tblUser->email_otp_verify == 1 ? 'مؤكد' : 'غير مؤكد' }} @if($tblUser->email_otp_verify == 1 && $tblUser->email_otp)
    الرمز: {{ $tblUser->email_otp }}
    @endif
بيانات النظام