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

System Settings

@if(session('success'))
{{ session('success') }}
@endif
@csrf
Company Information
@foreach([ 'name','url','companyName','shortName','about','cin','pan','tan','gstin', 'companyCategory','companyClass','authrizedCapital','paid_upCapital','shareNominalValue', 'stateOfRegistration','incorporationDate','address','email','phone','landline','city', 'website' ] as $field)
@endforeach
System Configuration
@foreach([ 'currencySymbol','formalName','decimalPlaces','wordRepresentingAmtAfterDecimal', 'decimalPlacesForAmtInWords','settings_version','settings_system_javascript_versioning', 'installationDate','currentSession','financialYearBeginFrom' ] as $field)
@endforeach
SMS Notification Settings
@foreach([ 'enableSMS', 'createCustomerSMS','loanDisbursementSMS','salaryDisbursementSMS','emiCollectionSMS', 'emiAgentCollectionSMS','passwordResetSMS','croneDueReminderSMS', 'croneOverDueReminderSMS','documentVerificationSMS','customerCredentionSMS', 'memberCollectionApproveSMS','memberVerifyOTPSMS','guarantorVerifyOTPSMS', 'staffCredentionSMS','staffVerifyOTPSMS','sattlementSMS','loginWithOtpSMS', 'agentDropoutSMS','reverifyDisbursementSMS', // 'emiReminderSendSMSDayBefore','emiOverdueReminderSendSMSDayAfter', 'enableMandatoryCustomerKyc' ] as $field)
@if(str_contains($field,'SMS') && !str_contains($field,'enable')) {{-- --}}
@else @endif
@endforeach
Email Notifications
WhatsApp Notification Settings
@foreach([ 'enableWhatsappSMS', 'createCustomerWhatsappSMS','loanDisbursementWhatsappSMS','salaryDisbursementWhatsappSMS', 'emiCollectionWhatsappSMS','emiAgentCollectionWhatsappSMS','passwordResetWhatsappSMS', 'croneDueReminderWhatsappSMS','croneOverDueReminderWhatsappSMS','documentVerificationWhatsappSMS', 'customerCredentionWhatsappSMS','memberCollectionApproveWhatsappSMS', 'memberVerifyOTPWhatsappSMS','guarantorVerifyOTPWhatsappSMS','staffCredentionWhatsappSMS', 'staffVerifyOTPWhatsappSMS','sattlementWhatsappSMS','loginWithOtpWhatsappSMS', 'agentDropoutWhatsappSMS','reverifyDisbursementWhatsappSMS' ] as $field)
@if(str_contains($field,'Whatsapp') && !str_contains($field,'enable')) {{-- --}}
@else @endif
@endforeach
UPI Settings
@foreach([ 'upiId','upiQrCode' ] as $field)
@endforeach
System Cron Settings
@foreach([ 'lastDailyCronDate','lastInterestOnlyCronDate' ] as $field)
@endforeach
Loan & Member Operational Settings
@foreach([ 'showAllMembers','autoApproveMemberCollection','enableBranchDisburseFromHeadOffice', 'enableSalaryDisburseFromHeadOffice','interestPlanDeletePendingEmiLoanComplete', 'dailyMultipleLoanDisbursement','dailyMultipleMemberCollection','disburseAfterApproval', 'compoudingInterestPlan','maxActiveLoansAllowed','repeatLoanVerification' ] as $field)
@endforeach
Member Age Limit Settings
Login Options
@foreach(['loginWithEmail','loginWithMobile','loginWithCode'] as $field)
@endforeach
{{--

System Settings

@if(session('success'))
{{ session('success') }}
@endif
@csrf
Company Information
Contact Details
Company Registration
System Settings
SMS / Email Notifications
--}} @endsection