@php $setting = \App\Models\Setting::first(); $ourServiceHeaderList = \App\Models\OurService::select('id', 'title', 'slug_name')->where('status', 1)->get(); @endphp
Loading...