|
|
@ -48,7 +48,8 @@ class HomeController extends Controller |
|
|
|
$visa_success = Setting::where(['slug' => 'visa-success','status' => '1'])->first(); |
|
|
|
$visa_success = Setting::where(['slug' => 'visa-success','status' => '1'])->first(); |
|
|
|
$visa_approved = Setting::where(['slug' => 'visa-approved','status' => '1'])->first(); |
|
|
|
$visa_approved = Setting::where(['slug' => 'visa-approved','status' => '1'])->first(); |
|
|
|
$partner_institution = Setting::where(['slug' => 'partner-institutions','status' => '1'])->first(); |
|
|
|
$partner_institution = Setting::where(['slug' => 'partner-institutions','status' => '1'])->first(); |
|
|
|
return view('welcome',compact('services','sliders','about_us','news_and_updates','testimonials','phone','email','address','partners','visa_success','visa_approved','partner_institution','video')); |
|
|
|
$employers = Setting::where(['key' => 'employers','status' => '1'])->first(); |
|
|
|
|
|
|
|
return view('welcome',compact('services','sliders','about_us','news_and_updates','testimonials','phone','email','address','partners','visa_success','visa_approved','partner_institution','video','employers')); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function service(){ |
|
|
|
public function service(){ |
|
|
|