@php
$footerContent = @getContent('footer.content', true)->data_values;
$policyPages = getContent('policy_pages.element', false, orderById: true);
$socialIcons = getContent('social_icon.element', false, orderById: true);
$selectedLang = $languages->where('code', config('app.locale') ?? 'en')->first();
@endphp
@push('script')
@endpush