@php use App\Helpers\SettingHelper; $siteName = SettingHelper::get('site_name', 'LVT Global'); $siteLogo = SettingHelper::get('site_logo_black',asset('images/loggo-black-110x30.png')); $siteEmail = SettingHelper::get('site_email', 'contact@lvt.vn'); $facebookUrl = SettingHelper::get('facebook_url'); $twitterUrl = SettingHelper::get('twitter_url'); $linkedinUrl = SettingHelper::get('linkedin_url'); $youtubeUrl = SettingHelper::get('youtube_url'); $companyAddress = SettingHelper::get('company_address'); $companyTax = SettingHelper::get('company_tax'); $companyPhone = SettingHelper::get('company_phone'); @endphp