@php $contact = \App\Models\Contact::first(); $about = \App\Models\AboutUsDetail::first(); $countries = \App\Models\Country::whereHas('programs')->get(); $blogs = \App\Models\Blog::limit(3)->get(); @endphp