| 
									
										
										
										
											2017-08-27 00:17:04 +08:00
										 |  |  | @extends('simple-layout') | 
					
						
							| 
									
										
										
										
											2015-08-09 03:05:30 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  | @section('body') | 
					
						
							|  |  |  |     <div class="container small"> | 
					
						
							| 
									
										
										
										
											2019-02-02 23:49:57 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |         <div class="py-m"> | 
					
						
							|  |  |  |             @include('settings.navbar', ['selected' => 'users']) | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2017-08-27 00:17:04 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  |         <section class="card content-wrap"> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |             <h1 class="list-heading">{{ $user->id === $currentUser->id ? trans('settings.users_edit_profile') : trans('settings.users_edit') }}</h1> | 
					
						
							| 
									
										
										
										
											2019-08-04 21:26:39 +08:00
										 |  |  |             <form action="{{ url("/settings/users/{$user->id}") }}" method="post" enctype="multipart/form-data"> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                 {!! csrf_field() !!} | 
					
						
							|  |  |  |                 <input type="hidden" name="_method" value="PUT"> | 
					
						
							| 
									
										
										
										
											2015-08-09 03:05:30 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                 <div class="setting-list"> | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  |                     @include('users.form', ['model' => $user, 'authMethod' => $authMethod]) | 
					
						
							| 
									
										
										
										
											2015-12-10 06:30:55 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-30 22:27:00 +08:00
										 |  |  |                     <div class="grid half gap-xl"> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                         <div> | 
					
						
							|  |  |  |                             <label for="user-avatar" class="setting-list-label">{{ trans('settings.users_avatar') }}</label> | 
					
						
							|  |  |  |                             <p class="small">{{ trans('settings.users_avatar_desc') }}</p> | 
					
						
							| 
									
										
										
										
											2017-08-27 00:17:04 +08:00
										 |  |  |                         </div> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                         <div> | 
					
						
							|  |  |  |                             @include('components.image-picker', [ | 
					
						
							|  |  |  |                                 'resizeHeight' => '512', | 
					
						
							|  |  |  |                                 'resizeWidth' => '512', | 
					
						
							|  |  |  |                                 'showRemove' => false, | 
					
						
							| 
									
										
										
										
											2019-08-04 21:26:39 +08:00
										 |  |  |                                 'defaultImage' => url('/user_avatar.png'), | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                                 'currentImage' => $user->getAvatar(80), | 
					
						
							|  |  |  |                                 'currentId' => $user->image_id, | 
					
						
							| 
									
										
										
										
											2019-05-04 22:48:15 +08:00
										 |  |  |                                 'name' => 'profile_image', | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                                 'imageClass' => 'avatar large' | 
					
						
							|  |  |  |                             ]) | 
					
						
							| 
									
										
										
										
											2017-08-27 00:17:04 +08:00
										 |  |  |                         </div> | 
					
						
							| 
									
										
										
										
											2017-03-05 23:34:54 +08:00
										 |  |  |                     </div> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-30 22:27:00 +08:00
										 |  |  |                     <div class="grid half gap-xl v-center"> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                         <div> | 
					
						
							|  |  |  |                             <label for="user-language" class="setting-list-label">{{ trans('settings.users_preferred_language') }}</label> | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  |                             <p class="small"> | 
					
						
							|  |  |  |                                 {{ trans('settings.users_preferred_language_desc') }} | 
					
						
							|  |  |  |                             </p> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                         </div> | 
					
						
							|  |  |  |                         <div> | 
					
						
							|  |  |  |                             <select name="setting[language]" id="user-language"> | 
					
						
							|  |  |  |                                 @foreach(trans('settings.language_select') as $lang => $label) | 
					
						
							| 
									
										
										
										
											2019-03-11 05:40:02 +08:00
										 |  |  |                                     <option @if(setting()->getUser($user, 'language', config('app.default_locale')) === $lang) selected @endif value="{{ $lang }}">{{ $label }}</option> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                                 @endforeach | 
					
						
							|  |  |  |                             </select> | 
					
						
							|  |  |  |                         </div> | 
					
						
							| 
									
										
										
										
											2017-07-12 14:10:50 +08:00
										 |  |  |                     </div> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <div class="text-right"> | 
					
						
							| 
									
										
										
										
											2019-08-04 21:26:39 +08:00
										 |  |  |                     <a href="{{  url($currentUser->can('users-manage') ? "/settings/users" : "/") }}" class="button outline">{{ trans('common.cancel') }}</a> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                     @if($authMethod !== 'system') | 
					
						
							| 
									
										
										
										
											2019-08-04 21:26:39 +08:00
										 |  |  |                         <a href="{{ url("/settings/users/{$user->id}/delete") }}" class="button outline">{{ trans('settings.users_delete') }}</a> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                     @endif | 
					
						
							| 
									
										
										
										
											2019-08-25 19:40:04 +08:00
										 |  |  |                     <button class="button" type="submit">{{ trans('common.save') }}</button> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                 </div> | 
					
						
							|  |  |  |             </form> | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  |         </section> | 
					
						
							| 
									
										
										
										
											2015-08-29 22:03:42 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-22 03:54:11 +08:00
										 |  |  |         @if($currentUser->id === $user->id && count($activeSocialDrivers) > 0) | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  |             <section class="card content-wrap auto-height"> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                 <h2 class="list-heading">{{ trans('settings.users_social_accounts') }}</h2> | 
					
						
							|  |  |  |                 <p class="text-muted">{{ trans('settings.users_social_accounts_info') }}</p> | 
					
						
							|  |  |  |                 <div class="container"> | 
					
						
							|  |  |  |                     <div class="grid third"> | 
					
						
							|  |  |  |                         @foreach($activeSocialDrivers as $driver => $enabled) | 
					
						
							|  |  |  |                             <div class="text-center mb-m"> | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  |                                 <div role="presentation">@icon('auth/'. $driver, ['style' => 'width: 56px;height: 56px;'])</div> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                                 <div> | 
					
						
							|  |  |  |                                     @if($user->hasSocialAccount($driver)) | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  |                                         <a href="{{ url("/login/service/{$driver}/detach") }}" aria-label="{{ trans('settings.users_social_disconnect') }} - {{ $driver }}" | 
					
						
							|  |  |  |                                            class="button small outline">{{ trans('settings.users_social_disconnect') }}</a> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                                     @else | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  |                                         <a href="{{ url("/login/service/{$driver}") }}" aria-label="{{ trans('settings.users_social_connect') }} - {{ $driver }}" | 
					
						
							|  |  |  |                                            class="button small outline">{{ trans('settings.users_social_connect') }}</a> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                                     @endif | 
					
						
							| 
									
										
										
										
											2017-08-27 00:17:04 +08:00
										 |  |  |                                 </div> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                             </div> | 
					
						
							|  |  |  |                         @endforeach | 
					
						
							| 
									
										
										
										
											2015-09-05 03:40:36 +08:00
										 |  |  |                     </div> | 
					
						
							| 
									
										
										
										
											2017-08-27 00:17:04 +08:00
										 |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  |             </section> | 
					
						
							| 
									
										
										
										
											2015-09-05 03:40:36 +08:00
										 |  |  |         @endif | 
					
						
							| 
									
										
										
										
											2019-12-29 21:02:26 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-12-30 03:46:46 +08:00
										 |  |  |         @if(($currentUser->id === $user->id && userCan('access-api')) || userCan('users-manage')) | 
					
						
							| 
									
										
										
										
											2019-12-30 01:03:52 +08:00
										 |  |  |             <section class="card content-wrap auto-height" id="api_tokens"> | 
					
						
							| 
									
										
										
										
											2019-12-29 21:02:26 +08:00
										 |  |  |                 <div class="grid half"> | 
					
						
							|  |  |  |                     <div><h2 class="list-heading">{{ trans('settings.users_api_tokens') }}</h2></div> | 
					
						
							|  |  |  |                     <div class="text-right pt-xs"> | 
					
						
							|  |  |  |                         @if(userCan('access-api')) | 
					
						
							|  |  |  |                             <a href="{{ $user->getEditUrl('/create-api-token') }}" class="button outline">{{ trans('settings.users_api_tokens_create') }}</a> | 
					
						
							|  |  |  |                         @endif | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  |                 @if (count($user->apiTokens) > 0) | 
					
						
							| 
									
										
										
										
											2019-12-30 01:03:52 +08:00
										 |  |  |                     <table class="table"> | 
					
						
							|  |  |  |                         <tr> | 
					
						
							|  |  |  |                             <th>{{ trans('common.name') }}</th> | 
					
						
							|  |  |  |                             <th>{{ trans('settings.users_api_tokens_expires') }}</th> | 
					
						
							|  |  |  |                             <th></th> | 
					
						
							|  |  |  |                         </tr> | 
					
						
							|  |  |  |                         @foreach($user->apiTokens as $token) | 
					
						
							|  |  |  |                         <tr> | 
					
						
							|  |  |  |                             <td> | 
					
						
							|  |  |  |                                 {{ $token->name }} <br> | 
					
						
							| 
									
										
										
										
											2019-12-30 04:07:28 +08:00
										 |  |  |                                 <span class="small text-muted italic">{{ $token->token_id }}</span> | 
					
						
							| 
									
										
										
										
											2019-12-30 01:03:52 +08:00
										 |  |  |                             </td> | 
					
						
							|  |  |  |                             <td>{{ $token->expires_at->format('Y-m-d') ?? '' }}</td> | 
					
						
							|  |  |  |                             <td class="text-right"> | 
					
						
							|  |  |  |                                 <a class="button outline small" href="{{ $user->getEditUrl('/api-tokens/' . $token->id) }}">{{ trans('common.edit') }}</a> | 
					
						
							|  |  |  |                             </td> | 
					
						
							|  |  |  |                         </tr> | 
					
						
							|  |  |  |                         @endforeach | 
					
						
							|  |  |  |                     </table> | 
					
						
							| 
									
										
										
										
											2019-12-29 21:02:26 +08:00
										 |  |  |                 @else | 
					
						
							|  |  |  |                     <p class="text-muted italic py-m">{{ trans('settings.users_api_tokens_none') }}</p> | 
					
						
							|  |  |  |                 @endif | 
					
						
							|  |  |  |             </section> | 
					
						
							|  |  |  |         @endif | 
					
						
							| 
									
										
										
										
											2015-08-09 03:05:30 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-11 05:40:02 +08:00
										 |  |  | @stop |