@extends('layouts.back-end.app')
@section('title', translate('social_Login'))
@section('content')
{{translate('3rd_party')}}
@include('admin-views.business-settings.third-party-inline-menu')
@if (isset($socialLoginServices))
@foreach ($socialLoginServices as $socialLoginService)
@endforeach
@endif
@if(isset($appleLoginServices))
@foreach ($appleLoginServices as $appleLoginService)
@endforeach
@endif
{{translate('google_API_Set_up_Instructions')}}
- {{translate('go_to_the_Google_Developers_Console')}}.
- {{translate('create_a_new_project_or_select_an_existing_project').'.'}}
- {{translate('click_on_Credentials_in_the_left-hand_menu').'.'}}
- {{translate('create_an_OAuth_client_ID_for_a_web_application').'.'}}
- {{translate('enter_a_name_for_your_client ID_and_click_Create').'.'}}
- {{translate('enter_the_URL_of_your_website_as_an_authorized_JavaScript_origin').'.'}}
- {{translate('enter_the_callback_URL_as_an_authorized_redirect_URL').'.'}}
- {{translate('copy_and_paste_the_client_ID_and_client_secret_into_your_application`s_settings').'.'}}
- {{translate('enable_the_Google_login_option_in_your_application`s_settings_and_thoroughly_test_the_integration_before_deploying_it_to_a_live_environment').'.'}}
{{translate('facebook_API_set_up_instructions')}}
- {{translate('go_to_the_Facebook_Developer_website').'.'}}
- {{translate('create_a_new_app_or_select_an_existing_app').'.'}}
- {{translate('click_on_Add_a_New_App_or_select_an_existing_app_from_the_dashboard').'.'}}
- {{translate('fill_in_the_required_details,_such_as_Display_Name,_Contact_Email,_and_App_Purpose').'.'}}
- {{translate('click_Create_App_to_create_your_app').'.'}}
- {{translate('in_the_left-hand_menu,_click_on "Settings"_and_then_"Basic"_to access_your_app`s_basic_settings').'.'}}
- {{translate('scroll_down_to_the_"Facebook_Login"_section_and_click_on_"Set_Up"_to_configure_your_Facebook_login_settings').'.'}}
- {{translate('choose_the_login_behavior,_permissions,_and_other_settings_as_per_your_requirements').'.'}}
- {{translate('copy_and_paste_the_App_ID_and_App_Secret_into_your_application`s_settings').'.'}}
- {{translate('enable_the_Facebook_login_option_in_your_applications_settings_and_thoroughly_test_the_integration_before_deploying_it_to_a_live_environment').'.'}}
{{translate('apple_API_Set_up_Instructions')}}
- {{translate('go_to_apple_developer_page')}} ({{translate('click_here')}})
- {{translate('here_in_top_left_corner_you_can_see_the')}} {{ translate('team_ID') }} [{{ translate('apple_developer_account_name')}}]{{'-'.' '. translate('team_ID') }}
- {{translate('click_plus_icon')}} -> {{translate('select_app_IDs')}} -> {{translate('click_on_continue')}}
- {{translate('put_a_description_and_also_identifier_(identifier that used for app)_and_this_is_the')}} {{ translate('client_ID') }}
- {{translate('click_continue_and_download_the_file_in_device_named_AuthKey_ID.p8_(store_it_safely_and_it_is_used_for_push_notification)')}}
- {{translate('again_click_plus_icon')}} -> {{translate('select_service_IDs').' '.'->'.' '.translate('click_on_continue')}}
- {{translate('push_a_description_and_also_identifier_and_continue')}}
- {{translate('download_the_file_in_device_named')}} {{ translate('AuthKey_KeyID.p8') }} [{{translate('this_is_the_service_key_ID_file_and_also_after_AuthKey_that_is_the_key_ID')}}]
@endsection