| ID | {{ $user_detail[0]->id }} |
|---|---|
| First Name | {{ $user_detail[0]->first_name }} |
| Last Name | {{ $user_detail[0]->last_name }} |
| Username | {{ $user_detail[0]->username }} |
| {{ $user_detail[0]->email }} | |
| Email Verified Date | {{ CommonHelper::date_format($user_detail[0]->email_verified_at) }} |
| Birth Year | {{ $user_detail[0]->years_birth }} |
| Gender | {{ $user_detail[0]->gender == 1 ? 'Male' : 'Female' }} |
| Country | {{ $user_detail[0]->countries->name }} |
| City | {{ $user_detail[0]->city }} |
| Contact No | {{ $user_detail[0]->contact_no }} |
| Address | {{ $user_detail[0]->address }} |
| Postal Code | {{ $user_detail[0]->postal_code }} |
| Precision GU-ID | {{ $user_detail[0]->user_guid }} |
| Total Earning | {{ $reward['points'] }} points | {{ $reward['amount'] }} $ |
|---|---|
| Profile Picture | @if($image != '') Click to view profile picture @endif |
| Driving License | @if($driving_licences != '') Click to view Driving License @endif |
| Utility Bill | @if($utility_bill != '') Click to view Utility Bill @endif |
| Tracking | @if(!empty($user_detail[0]->tracking)) {{ $social[$user_detail[0]->tracking->social] }} @endif |
| Last Updated Date | {{ CommonHelper::date_format($user_detail[0]->updated_at) }} |
| Inactive Reason | {{ $user_detail[0]->inactive_reason }} |
| Status | |
| Save |
| S.No | Category | Survey Name | Transaction ID | Amount | Points | Loi | Duration (Mins) | Type | Created Date |
|---|---|---|---|---|---|---|---|---|---|
| {{ $counter++ }} | @if(array_key_exists($val->category_type, $category_array)) {{ $category_array[$val->category_type] }} @else {{ $val->category_type }} @endif | {{ $val->survey_name }} | {{ $val->trans_id }} | @if($val->debit_credit == 0) - @endif{{ $val->amount }} $ | @if($val->debit_credit == 0) - @endif{{ $val->point }} | {{ $val->loi }} | {{ $val->minutes }} | {{ $val->type }} | {{ CommonHelper::date_format($val->created_at) }} |
| No record found ! | |||||||||
| S.No | Category | Amount | Points | Created Date | Status |
|---|---|---|---|---|---|
| {{ $counter++ }} | @if($val->pv_status == 2) Payment Sent @else @if(array_key_exists($val->category_type, $category_array)) {{ $category_array[$val->category_type] }} @else {{ $val->category_type }} @endif @endif | {{ $val->amount }} $ | {{ $val->point }} | {{ CommonHelper::date_format($val->created_at) }} | {{ CommonHelper::getPvStatusLabel($val->pv_status) }} |
| No record found ! | |||||
| S.No | Reason | Status | |||
|---|---|---|---|---|---|
| {{ $counter++ }} | {{ $user_detail[0]->inactive_reason }} | @if($user_detail[0]->email_verified_at == NULL) {{ CommonHelper::getUserStatusLabel(4) }} @else {{ CommonHelper::getUserStatusLabel($user_detail[0]->status) }} @endif | |||
| No record found ! | |||||