@php $footerTheme = \App\Models\Setting::get('footer_theme', 'footer_theme1'); $footerLogo = \App\Models\Setting::get('footer_logo'); $footerDescription = \App\Models\Setting::get('footer_description', 'Your premium marketplace for building materials, electrical appliances, and general goods. Shop with confidence from trusted vendors.'); $playStoreLink = \App\Models\Setting::get('play_store_link', 'https://play.google.com/store/apps'); $appStoreLink = \App\Models\Setting::get('app_store_link', 'https://apps.apple.com/app'); $footerCopyright = \App\Models\Setting::get('footer_copyright', '© ' . date('Y') . ' ' . siteName() . '. All rights reserved.'); $contactAddress = \App\Models\Setting::get('contact_address', '123 Market Street, Commerce City, ST 12345'); $contactPhone = \App\Models\Setting::get('contact_phone', '+1 (234) 567-890'); $contactEmail = \App\Models\Setting::get('contact_email', 'support@mebuy.com'); $socialFacebook = \App\Models\Setting::get('social_facebook', 'https://www.facebook.com/'); $socialTwitter = \App\Models\Setting::get('social_twitter', 'https://www.twitter.com/'); $socialLinkedin = \App\Models\Setting::get('social_linkedin', 'https://www.linkedin.com/'); $socialInstagram = \App\Models\Setting::get('social_instagram', 'https://www.instagram.com/'); $socialYoutube = \App\Models\Setting::get('social_youtube', 'https://www.youtube.com/'); @endphp