@extends('layouts.admin') @section('title','General Member') @section('page_title','') @section('page_level_css') @endsection @section('content')

NEW GENERAL MEMBER APPLICATIONS

EXPLANATION: Use this component to manage every general member across the enterprise. This includes viewing their portal activity, logins, posts, collaborations, etc. You also have the ability, when required, to suspend or purge a member from the system.

Member Detail
DSLL
{{($data->last_login_days != null && $data->last_login_days != '') ? convertCommaValue($data->last_login_days) : '--'}}
LL
{{($data->total_login != null && $data->total_login != '') ? convertCommaValue($data->total_login) : '--'}}
LTP
{{($data->total_post != null && $data->total_post != '') ? convertCommaValue($data->total_post) : '--'}}
LC
{{($data->total_collaboration != null && $data->total_collaboration != '') ? convertCommaValue($data->total_collaboration) : '--'}}
Data Posts
{{($data->data_post != null && $data->data_post != '') ? convertCommaValue($data->data_post) : '--'}}
Sample Posts
{{($data->sample_post != null && $data->sample_post != '') ? convertCommaValue($data->sample_post) : '--'}}
Skill Posts
{{($data->skill_post != null && $data->skill_post != '') ? convertCommaValue($data->skill_post) : '--'}}
Member Since: {{$data->member_since ?? ''}} Membership Days: {{($data->membership_day != null && $data->membership_day != '') ? convertCommaValue($data->membership_day) : ''}} Member Status: {{$data->status ?? ''}}
{{$data->name ?? ''}}
{{$data->middle_name ?? ''}}
{{$data->last_name ?? ''}}
{{$data->email ?? ''}}
{{$data->research_name ?? ''}}
{{$data->re_city->name ?? ''}}
{{$data->re_state->name ?? ''}}
{{$data->phone ?? ''}}
{{$data->position ?? ''}}
{{$data->other ?? '----'}}
{{$data->investigator_name ?? ''}}
{{$data->investigator_email ?? ''}}
{{decryptPassword($data->show_password ?? '')}}
founder == 'Yes' ? 'checked' : ''}}>
Legend
DSLL - Days Since Last Login LL - Lifetime Logins LTP - Lifetime Posts LC - Lifetime Collaborations
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush