@php $links = getContent('policy_pages.element'); $footerLinks = getContent('footer_link.element', false, null, true); $contact = getContent('contact_us.content', true); $socialIcons = getContent('social_icon.element', false); $pages = App\Models\Page::where('tempname', $activeTemplate)->get(); @endphp