@php $categories = App\Models\Category::where('status', 1)->inRandomOrder()->limit(4)->get(); $policyPages = getContent('policy_pages.element'); $contact = getContent('contact_us.content', true); @endphp