-
- {!! csrf_field() !!}
-
- @include('users.forms.' . $authMethod, ['model' => $user])
+
+ {!! csrf_field() !!}
+
+ @include('users.forms.' . $authMethod, ['model' => $user])
-
-
-
+
+
+
+
+
+
-
+
@if($currentUser->id === $user->id && count($activeSocialDrivers) > 0)
-
Social Accounts
-
- Here you can connect your other accounts for quicker and easier login.
- Disconnecting an account here does not previously authorized access. Revoke access from your profile settings on the connected social account.
-
+
{{ trans('settings.users_social_accounts') }}
+
{{ trans('settings.users_social_accounts_info') }}
- @if(isset($activeSocialDrivers['google']))
-
- @endif
- @if(isset($activeSocialDrivers['github']))
-
-
+ @foreach($activeSocialDrivers as $driver => $enabled)
+
+
@icon($driver, ['width' => 56])
- @endif
+ @endforeach
@endif
@@ -75,5 +82,5 @@
- @include('partials/image-manager', ['imageType' => 'user'])
+ @include('components.image-manager', ['imageType' => 'user'])
@stop