@php use App\Utils\Convert; @endphp @extends('layouts.back-end.app') @section('title', translate('customer_settings')) @section('content')

{{translate('business_setup')}}

@include('admin-views.business-settings.business-setup-inline-menu')
@csrf
@php($walletStatus =getWebConfig(name: 'wallet_status'))
{{translate('customer_wallet')}}
@php($loyaltyPointStatus = getWebConfig(name: 'loyalty_point_status'))
{{translate('customer_Loyalty_Point')}}
@php($refEarningStatus = getWebConfig(name: 'ref_earning_status'))
{{translate('customer_referral_earning')}}
{{translate('customer_Wallet_Settings')}}
@php($walletAddRefund = getWebConfig(name:'wallet_add_refund'))
{{translate('add_Refund_Amount_to_Wallet')}}
@php($addFundsToWallet=getWebConfig(name:'add_funds_to_wallet'))
{{translate('add_Fund_to_Wallet')}}
@php($minimumAddFundAmount=getWebConfig(name:'minimum_add_fund_amount'))
@php($maximumAddFundAmount=getWebConfig(name:'maximum_add_fund_amount'))
{{translate('customer_Loyalty_Point_Settings')}}
@php($loyaltyPointExchangeRate=getWebConfig(name:'loyalty_point_exchange_rate'))
@php($loyaltyPointItemPurchasePoint=getWebConfig(name:'loyalty_point_item_purchase_point'))
@php($loyaltyPointMinimumPoint=getWebConfig(name:'loyalty_point_minimum_point'))
{{translate('customer_Referrer_Settings')}}
@php($refEarningExchangeRate = getWebConfig(name:'ref_earning_exchange_rate'))
@endsection @push('script') @endpush