@yield('title') @php $services = \App\Models\Service::where('status','1')->orderByRaw('CONVERT(order_by, SIGNED) asc')->get(); $visa_services = \App\Models\VisaService::where('status','1')->orderByRaw('CONVERT(order_by, SIGNED) asc')->get(); $facebook = App\Models\Setting::where(['slug' => 'facebook-link','status' => true])->first(); $instagram = App\Models\Setting::where(['slug' => 'instagram-link','status' => true])->first(); $linkedIn = App\Models\Setting::where(['slug' => 'linkedin-link','status' => true])->first(); @endphp
@yield('content') @yield('script')