@extends('index') @section('content') @include('settings.nav')
Connected as {{ auth()->user()->connect->firstWhere('service', 'facebook')->provider_name }}
@else{{ __('web.FACEBOOK_SERVICE_MSG') }}
@endifConnected as {{ auth()->user()->connect->firstWhere('service', 'twitter')->provider_name }}
@else{{ __('web.TWITTER_SERVICE_MSG') }}
@endifConnected as {{ auth()->user()->connect->firstWhere('service', 'google')->provider_name }}
@else{{ __('web.GOOGLE_SERVICE_MSG') }}
@endif{{ __('web.SETTINGS_CONNECT_TIP') }}