@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __(":userNameValue's profile", ['userNameValue' => $profile->user->name])) @section('content_header')
{{__('This user has been suspended by the admins. Admins suspend accounts for a variety of reasons, including spam.')}}
{{$suspensionInfo['reason']}}
{{__("Please confirm that you want to suspend this account. You'll need to add a reason and expiration date to confirm this.")}}
{{ __('This feature is disabled') }}
{{__('You are about to terminate a recruited staff member')}}
{{__('Terminating a staff member will remove their privileges on the application management site and connected integrations configured for the vacancy they applied for.')}}
{{__('THIS PROCESS IS IRREVERSIBLE AND IMMEDIATE')}}
{{ __('This feature is disabled') }}
{{__('WARNING: This is a potentially destructive action!')}}
{{__("Deleting a user's account is an irreversible process. Historic and current applications, votes, and profile content, as well as any personally identifiable information will be immediately erased.")}}
{{__('Origin country')}} | {{$ipInfo->country_name ?? 'N/A'}} |
---|---|
{{__('State/Province')}} | {{$ipInfo->state_prov ?? 'None'}} |
{{__('District (if any)')}} | {{$ipInfo->district ?? 'N/A'}} |
{{__('City')}} | {{$ipInfo->city ?? 'N/A'}} |
{{__('Postal code')}} | {{$ipInfo->zipcode ?? 'N/A'}} |
{{__('Geographical coordinates')}} | {{$ipInfo->latitude ?? 0}}, {{$ipInfo->longitude ?? 0}} |
{{__('European?')}} | {{($ipInfo->is_eu) ? __('Yes') : __('No')}} |
{{__('ISP')}} | {{$ipInfo->isp ?? 'N/A'}} |
{{__('Organization')}} | {{$ipInfo->organization ?? 'N/A'}} |
{{__('Connection type (e.g. datacenter, home)')}} | {{$ipInfo->connection_type ?? 'N/A'}} |
{{__('Timezone')}} | {{$ipInfo->time_zone->name ?? __('N/A')}} |
{{$ipInfo->message}}
{{ __('This feature is disabled') }}
{{$profile->profileShortBio}}
{{__('Member since :date', ['date' => $since])}}
@if (Auth::user()->hasRole('admin')) @endif @if ($profile->user->is(Auth::user())) @elseif (Auth::user()->hasRole('admin') && $profile->user->isStaffMember()) @endif