@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($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'))