@extends('admin.layout') @section('content')
{{ __('If you want to enable zoom & calendar credentials for vendors. At first select vendor.') }}
@csrf
{{ __('Zoom') }}
@if ($errors->has('zoom_account_id'))

{{ $errors->first('zoom_account_id') }}

@endif
@if ($errors->has('zoom_client_id'))

{{ $errors->first('zoom_client_id') }}

@endif
@if ($errors->has('zoom_client_secret'))

{{ $errors->first('zoom_client_secret') }}

@endif

{{ __('if you do not select any vendor, then this credentials will be applied for Admin') }}

@csrf
{{ __('Google Calendar') }}
@if ($errors->has('google_calendar'))

{{ $errors->first('google_calendar') }}

@endif {{ __('You have a file, and you can change it by re-uploading it.') }}
@if ($data && $data->google_calendar) {{ __('You have a file, and you can change it by re-uploading it.') }} @endif
{{ __('Only json file allowed.') }}
@if ($errors->has('calender_id'))

{{ $errors->first('calender_id') }}

@endif

{{ __('if you do not select any vendor, then this credentials will be applied for Admin') }}

@csrf
{{ __('Disqus') }}
@if ($errors->has('disqus_status'))

{{ $errors->first('disqus_status') }}

@endif
@if ($errors->has('disqus_short_name'))

{{ $errors->first('disqus_short_name') }}

@endif
@csrf
{{ __('Tawk.To') }}
@if ($errors->has('tawkto_status'))

{{ $errors->first('tawkto_status') }}

@endif
@if ($errors->has('tawkto_direct_chat_link'))

{{ $errors->first('tawkto_direct_chat_link') }}

@endif
@csrf
{{ __('Google Recaptcha') }}
@if ($errors->has('google_recaptcha_status'))

{{ $errors->first('google_recaptcha_status') }}

@endif
@if ($errors->has('google_recaptcha_site_key'))

{{ $errors->first('google_recaptcha_site_key') }}

@endif
@if ($errors->has('google_recaptcha_secret_key'))

{{ $errors->first('google_recaptcha_secret_key') }}

@endif
@csrf
{{ __('Login via Facebook') }}
@if ($errors->has('facebook_login_status'))

{{ $errors->first('facebook_login_status') }}

@endif
@if ($errors->has('facebook_app_id'))

{{ $errors->first('facebook_app_id') }}

@endif
@if ($errors->has('facebook_app_secret'))

{{ $errors->first('facebook_app_secret') }}

@endif
@csrf
{{ __('Login via Google') }}
@if ($errors->has('google_login_status'))

{{ $errors->first('google_login_status') }}

@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
@csrf
{{ __('WhatsApp') }}
@if ($errors->has('whatsapp_status'))

{{ $errors->first('whatsapp_status') }}

@endif
@if ($errors->has('whatsapp_number'))

{{ $errors->first('whatsapp_number') }}

@endif
@if ($errors->has('whatsapp_header_title'))

{{ $errors->first('whatsapp_header_title') }}

@endif
@if ($errors->has('whatsapp_popup_status'))

{{ $errors->first('whatsapp_popup_status') }}

@endif
@if ($errors->has('whatsapp_popup_message'))

{{ $errors->first('whatsapp_popup_message') }}

@endif
@endsection @section('script') @endsection