@extends('admin.layouts.master') @section('title', __('Third-Party API Setting')) @section('has-content-sidebar', 'has-content-sidebar') @section('content-sidebar') @include('admin.settings.content-sidebar') @endsection @section('content')

{{ __('Third-Party API') }}

{{ __('Set third-party API credential to enable relevent feature.') }}

{{ __('You can add the Tawk.to live chat widget to your website.') }}
{!! __("If you don't have, get your API from :external website.", ['external' => 'Tawk.to']) !!}
{{ __('Tawk API Key') }}
{{ __('To get live exchange rate from ExRatesApi.com.') }}
{{ __("Application has build in access key that integrate with API.") }}
{{ __('ExRatesAPI Access Key') }} / {{ __("Do not change the key unless you've correct access key.") }}
{{ __('To enable captcha on login, registration page.') }}
{!! __('Get the API Key :external', ['external' => 'https://www.google.com/recaptcha/admin']) !!}
{{ __('reCaptcha Site Key') }}
{{ __('reCaptcha Secret Key') }}
@csrf
@endsection