@if ($model->is_ban == 1)
عميل محظور
@endif
@if ($model->deleted_at != '')
حساب محذوف
@endif
الاسم |
deleted_at!='')
style='text-decoration: line-through;'
@endif
style='float:right'>{{ $model->fullname }}
|
الموبايل |
{{ $model->fullmobile }} |
@if(superadmin())
المجموعة |
{{ $model->userGroups()->with('group')->get()->pluck('group.name')->join(',') }}
|
التقييم |
{{ $model->rating }}
|
@if($model->is_military==1)
جمعية العسكريين المتقاعدين |
كود : {{ $model->military_code }}
|
@endif
الاميل |
{{ $model->email }} |
الامارة |
{{ @$model->emerate->name }} |
وقت التسجيل |
{{ $model->created_at }} |
النسخة |
{{ $model->device_type . ' ' . $model->device_brand . ' ' . $model->app_version }}
|
المحفظة |
{{ $model->balance }}
تقرير
المحفظة
|
النقاط |
{{ $model->points }} |
{{--
العنوان |
{{$model->address}} |
الخريطة |
@if ($model->map_lat != '' && $model->map_lng != '')
@include('back.partials.viewmap')
@endif
|
--}}
@endif
@if (superadmin() && $model->is_vip == 1)
@endif
@if (superadmin())
@include('back.user._orders')
@include('back.user._complaints')
@include('back.user._addresses')
@endif