Global Settings

@if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PATCH')
@if($user->id == 'd3a29a0e-91f1-4b06-87d5-11600532323e')
@php $maxLeads = $global_setting["MAX_LEADS"]; @endphp
@php $maxBoards = $global_setting['MAX_BOARDS']; @endphp
@php $maxPipelines = $global_setting['MAX_PIPELINES'];@endphp
@php $maxApiLeads = $global_setting['MAX_API_LEADS']; @endphp
@php $minStopmsgPercForCancelNumber = $global_setting['MIN_STOPMSG_PERC_FOR_CANCEL_NUMBER']; @endphp
@php $suspendCompliancePopupTime = isset($global_setting['COMPLIANCE_POPUP_TIME']) ? $global_setting['COMPLIANCE_POPUP_TIME'] : null; @endphp
@endif
@php $maxPowerdialerPipelines = $global_setting['MAX_POWERDIALER_PIPELINES']; @endphp
@php $maxPowerdialerPipelinesContact = $global_setting['MAX_POWERDIALER_PIPELINES_CONTACT']; @endphp
@if($user->id == 'd3a29a0e-91f1-4b06-87d5-11600532323e' || $user->id == '0f56f683-5464-4ef8-9701-11ead7982685')
@php $badWord = $global_setting['BAD_WORDS']; @endphp
@endif @if($user->id == 'd3a29a0e-91f1-4b06-87d5-11600532323e' || $user->id == '0f56f683-5464-4ef8-9701-11ead7982685')
@php $spamMessageKeyword = $global_setting['SPAM_MESSAGE_KEYWORD']; @endphp
@endif @if($user->id == 'd3a29a0e-91f1-4b06-87d5-11600532323e' || $user->id == '0f56f683-5464-4ef8-9701-11ead7982685')
@php $ReservedKeyword = $global_setting['RESERVED_KEYWORD']; @endphp
@endif @if($user->id == 'd3a29a0e-91f1-4b06-87d5-11600532323e' || $user->id == '0f56f683-5464-4ef8-9701-11ead7982685')
@php $optOutTagKeyword = $global_setting['OPT_OUT_TAGS_KEYWORDS']; @endphp
@endif @if($user->id == 'd3a29a0e-91f1-4b06-87d5-11600532323e')
@php $messagingApi = $global_setting['MESSAGING_API'];@endphp
@php $bombardmentBandwidth = $global_setting['BOMBARDMENT_BANDWIDTH']; @endphp
@php $bombardmentInfobip = $global_setting['BOMBARDMENT_INFOBIP']; @endphp
@php $bombardmentSignalwire = $global_setting['BOMBARDMENT_SIGNALWIRE']; @endphp
@php $bombardmentMessageBird = $global_setting['BOMBARDMENT_MESSAGEBIRD']; @endphp
@php $bombardmentWavix = $global_setting['BOMBARDMENT_WAVIX']; @endphp
@endif
@if($user->id == 'd3a29a0e-91f1-4b06-87d5-11600532323e')
@php $bombardmentBandwidth = $global_setting['AUTOMATED_COMPLIANCE']; $decodejson = json_decode($bombardmentBandwidth); @endphp
@endif
Cancel