@extends('layouts.back-end.app') @section('title', translate('general_Settings')) @section('content')

{{ translate('business_Setup') }}

@include('admin-views.business-settings.business-setup-inline-menu')
@csrf
{{translate('maintenance_mode')}}

{{'*'.translate('by_turning_the').', "'. translate('Maintenance_Mode').'"'.translate('ON').' '.translate('all_your_apps_and_customer_website_will_be_disabled_until_you_turn_this_mode_OFF').' '.translate('only_the_Admin_Panel_&_Vendor_Panel_will_be_functional')}}

@csrf
{{translate('company_information')}}
@php($countryCode = getWebConfig(name: 'country_code'))
@php($timeZone = getWebConfig(name: 'timezone'))
@php($default_location = getWebConfig(name: 'default_location')) @if(getWebConfig('map_api_status') ==1 )
@endif
{{translate('business_information')}}
{{translate('email_verification')}}
@php($phoneVerification = getWebConfig(name: 'phone_verification'))
{{translate('OTP_Verification')}}
{{translate('app_download_info')}}
{{translate('apple_store')}}:
@php($appStoreDownload = getWebConfig('download_app_apple_stroe'))
{{translate('download_link')}}
{{translate('google_play_store').':'}}
@php($playStoreDownload = getWebConfig('download_app_google_stroe'))
{{translate('download_link')}}
{{translate('website_Color')}}
{{ strtoupper($businessSetting['primary_color']) }}
{{ strtoupper($businessSetting['secondary_color']) }}
@if(theme_root_path() == 'theme_aster')
{{ $businessSetting['primary_color_light'] ?? '#CFDFFB' }}
@endif
{{translate('website_header_logo')}}
{{ THEME_RATIO[theme_root_path()]['Main website Logo'] }}
{{translate('website_footer_logo')}}
{{ THEME_RATIO[theme_root_path()]['Main website Logo'] }}
{{translate('website_Favicon')}}
( {{translate('ratio').'1:1'}} )
{{translate('loading_gif')}}
( {{translate('ratio').'1:1'}})
{{translate('App_Logo')}}
{{'('.'100X60'.'px'.')'}}
@endsection @push('script') @if(getWebConfig('map_api_status') ==1 ) @endif @endpush