@can('self.edit_location')
@include ('partials.forms.edit.location-profile-select', ['translated_name' => trans('general.location')])
@endcan
@if ($snipeSettings->allow_user_skin=='1')
@endif
@if (($user->avatar) && ($user->avatar!=''))
@endif
@include ('partials.forms.edit.image-upload', ['fieldname' => 'avatar', 'image_path' => app('users_upload_path')])
@if ($snipeSettings->two_factor_enabled=='1')
@endif