@extends('frontend.layout.master') @section('content')

Configuration Settings

@if (session('success'))
{{ session('success') }}
@endif
@csrf
Software Settings
SMS Configuration
@foreach (['smsApiUrl','smsApiUser','smsApiPassword','smsApiText','smsApiPhone','smsApiBalanceUrl','smsApiTemplateCompanyName','smsApiUpdateTemplate'] as $smsField)
@endforeach
CIBIL API
Highmark CIBIL Export
Branch Setting
Features
@foreach (['enableGroupLoan','enableInterestBasedPlan','enableHrm','autoApproveMemberCollection','loanPlanDayshift','customerPanel','staffPanel','logoutFromOtherDevice','loginWithOtp','otherBranchDisburseFromHeadOffice','enableAndroidApp','enableFixedDeposit','enableRecurringDeposit','penaltyModule','mortgageModule','investorModule','multipleLedgerDisbursement'] as $feature)
@endforeach
Android App Settings
Software Validity
ENACH ICICI Settings
@foreach (['enachIciciMandate','enachIciciMarchantId','enachIciciSaltKey','enachIciciEnvironment'] as $field)
@endforeach
WhatsApp Settings
@foreach (['whatsapp','whatsappPhoneNumberId','whatsappToken'] as $field)
@endforeach
{{--

Configuration Settings

@if (session('success'))
{{ session('success') }}
@endif
@csrf
Software Settings
SMS Configuration
CIBIL API
Branch Setting
Features
Software Validity
--}} @endsection