@php($default_location=\App\CPU\Helpers::get_business_settings('default_location'))
@php($tz=\App\Model\BusinessSetting::where('type','timezone')->first())
@php($tz=$tz?$tz->value:0)
@php($cc=\App\Model\BusinessSetting::where('type','country_code')->first())
@php($cc=$cc?$cc->value:0)