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