@php $footerCaption = getContent('footer.content', true); $contactCaption = getContent('contact_us.content', true); $pages = App\Models\Page::where('is_default', Status::NO) ->where('tempname', $activeTemplate) ->get(); $policyPages = getContent('policy_pages.element', false, null, true); $socialElement = getContent('social_icon.element', false, null, true); @endphp