@yield('title')
About
Visa-Services
service-name
Recruitment
Insurance
News
Contact
@php $services = \App\Models\Service::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
@if(!is_null($facebook))
@endif @if(!is_null($instagram))
@endif @if(!is_null($linkedIn))
@endif
@yield('content')
@yield('script')