membership == 1) href="javascript:void(0);" onclick="package_update_alert()" @else href="{{ route('member_profile', $member->id) }}" @endif class="d-block text-reset c-pointer" > @php $profile_picture_show = 'ok'; $profile_picture_privacy = optional($member->member)->profile_picture_privacy; if(Auth::check() && Auth::user()->user_type == 'admin'){ $profile_picture_show = 'ok'; } elseif($profile_picture_privacy == '0') { $profile_picture_show = 'no'; } elseif($profile_picture_privacy == 2) { if(Auth::check()){ if(Auth::user()->membership == 1) { $profile_picture_show = 'no'; } } else{ $profile_picture_show = 'no'; } } @endphp
{{ $member->first_name }}
{{ translate('Member ID: ') }} {{ $member->code }}