@extends('admin.global-config.index') @section('global-config-content')
@csrf
@if ($errors->has('GOOGLE_SOCIAL_LOGIN')) {{ $errors->first('GOOGLE_SOCIAL_LOGIN') }} @endif
@if ($errors->has('GOOGLE_CLIENT_ID')) {{ $errors->first('GOOGLE_CLIENT_ID') }} @endif
@if ($errors->has('GOOGLE_CLIENT_SECRET')) {{ $errors->first('GOOGLE_CLIENT_SECRET') }} @endif
{{ __('Copy') }}

@if ($errors->has('FACEBOOK_SOCIAL_LOGIN')) {{ $errors->first('FACEBOOK_SOCIAL_LOGIN') }} @endif
@if ($errors->has('FACEBOOK_CLIENT_ID')) {{ $errors->first('FACEBOOK_CLIENT_ID') }} @endif
@if ($errors->has('FACEBOOK_CLIENT_SECRET')) {{ $errors->first('FACEBOOK_CLIENT_SECRET') }} @endif
{{ __('Copy') }}

@if ($errors->has('LINKEDIN_SOCIAL_LOGIN')) {{ $errors->first('LINKEDIN_SOCIAL_LOGIN') }} @endif
@if ($errors->has('LINKEDIN_CLIENT_ID')) {{ $errors->first('LINKEDIN_CLIENT_ID') }} @endif
@if ($errors->has('LINKEDIN_CLIENT_SECRET')) {{ $errors->first('LINKEDIN_CLIENT_SECRET') }} @endif
{{ __('Copy') }}

@if ($errors->has('TWITTER_SOCIAL_LOGIN')) {{ $errors->first('TWITTER_SOCIAL_LOGIN') }} @endif
@if ($errors->has('TWITTER_CLIENT_ID')) {{ $errors->first('TWITTER_CLIENT_ID') }} @endif
@if ($errors->has('TWITTER_CLIENT_SECRET')) {{ $errors->first('TWITTER_CLIENT_SECRET') }} @endif
{{ __('Copy') }}
@endsection