@extends('layouts.admin.app') @section('title', translate('Settings')) @section('content')

{{ translate('business_setup') }}

@include('admin-views.business-settings.partials._business-setup-inline-menu')
@php($config = \App\CentralLogics\Helpers::get_business_settings('maintenance_mode'))
{{ translate('maintenance_mode') }}

*By turning on maintaince mode, all your app and customer side website will be off. Only admin panel and seller panel will be functional

{{ translate('General_Business_Information') }}

@csrf
@php($company_name = \App\CentralLogics\Helpers::get_business_settings('company_name'))
@php($company_phone = \App\CentralLogics\Helpers::get_business_settings('company_phone'))
@php($company_email = \App\CentralLogics\Helpers::get_business_settings('company_email'))
@php($company_address = \App\CentralLogics\Helpers::get_business_settings('company_address'))
@php($time_format = \App\CentralLogics\Helpers::get_business_settings('time_format') ?? '24')
@php($currency_code = \App\Models\BusinessSetting::where('key', 'currency')->first()->value)
@php($config = \App\CentralLogics\Helpers::get_business_settings('currency_symbol_position'))
@php($decimal_point_settings = \App\CentralLogics\Helpers::get_business_settings('decimal_point_settings'))
@php($footer_text = \App\Models\BusinessSetting::where('key', 'footer_text')->first()->value)
@php($pagination_limit = \App\Models\BusinessSetting::where('key', 'pagination_limit')->first()->value)
@php($mov = \App\Models\BusinessSetting::where('key', 'minimum_order_value')->first()->value)
@php($sp = \App\CentralLogics\Helpers::get_business_settings('self_pickup'))
*
@php($del = \App\CentralLogics\Helpers::get_business_settings('delivery'))
*
@php($ev = \App\Models\BusinessSetting::where('key', 'email_verification')->first()->value)
*
@php($pv = \App\CentralLogics\Helpers::get_business_settings('phone_verification'))
*
@php($company_logo = \App\Models\BusinessSetting::where('key', 'company_logo')->first()->value)
* ( {{ translate('ratio') }} 3:1 )
logo image
@php($fav_icon = \App\Models\BusinessSetting::where('key', 'fav_icon')->first()->value)
* ( {{ translate('ratio') }} 1:1 )
fav
@endsection @push('script_2') @endpush