@extends('include.app') @section('header') @endsection @section('content')
{{-- Section 1 --}}
{{ __('Settings') }}
@csrf
{{__('ChatBot')}}
{{-- Switch --}}

{{-- Chatbot name --}}
@if ($data->chatbot_thumb != null) @endif
{{-- Chatbot Name --}}
{{-- ChatGPT Token --}}
{{-- Section 2 --}}
{{ __('Taxes') }}
{{ __('Add Tax') }}
{{ __('Tax Title') }} {{ __('Type') }} {{ __('Value') }} {{ __('Status') }} {{ __('Action') }}
{{-- Section 3 --}}
{{ __('Payment Gateways') }}
@csrf
- The platform supports one payment gateway only at a time. So users can recharge the wallet with the selected gateway only.
- Make sure to add the Currency Code from the list of supported currencies by the payment gateways. Links are provided below each of them.
- Make sure that the Currency Symbol matches with the selected Currency Code to avoid confusions to user.
- Select the one gateway to use and then save it. Make sure to set required credentials for that gateways.
{{-- Stripe --}}
{{ __('Stripe') }}

{{ __('Supported Currencies :') }} https://stripe.com/docs/currencies

{{-- Razorpay --}}
{{ __('Razorpay') }}

{{ __('Supported Currencies :') }} https://knowledgebase.razorpay.com/support/solutions/articles/82000533827-what-currencies-does-razorpay-support-

{{-- Paystack --}}
{{ __('Paystack') }}

{{ __('Supported Currencies :') }} https://support.paystack.com/hc/en-us/articles/360009973779-What-currency-is-available-to-my-business-

{{-- Paypal --}}
{{ __('PayPal') }}

{{ __('Supported Currencies :') }} https://developer.paypal.com/docs/reports/reference/paypal-supported-currencies/

{{-- Flutterwave --}}
{{ __('Flutterwave') }}

{{ __('Supported Currencies :') }} https://flutterwave.com/tz/support/general/what-are-the-currencies-accepted-on-flutterwave

{{-- SSL Commerze --}}
{{ __('SSLCommerze') }}

{{ __('Supported Currencies :') }} USD,BDT Only

{{-- Section 4 --}}
{{ __('Admin Password') }}
@csrf
To change the password: Enter the password below and click on save.
{{-- Section 5 --}}

{{ __('Appointment Reminders') }}

{{ __('Add New') }}
Add how many reminders you want to have users before appointment time for each appointments.
These will be activated only once the appointment is accepted by doctor.
And make sure that you have configured the cron job correctly.
New settings applies for new appointments only.
{{ __('Day') }} {{ __('Hour') }} {{ __('Minute') }} {{ __('Action') }}
{{-- Add Reminder Modal --}} {{-- Add tax Modal --}} {{-- Edit tax Modal --}} @endsection