diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 3c75b75..cd11659 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -48,7 +48,8 @@ class HomeController extends Controller $visa_success = Setting::where(['slug' => 'visa-success','status' => '1'])->first(); $visa_approved = Setting::where(['slug' => 'visa-approved','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(){ diff --git a/public/frontend/.DS_Store b/public/frontend/.DS_Store index 8a90ef6..457a0de 100644 Binary files a/public/frontend/.DS_Store and b/public/frontend/.DS_Store differ diff --git a/public/frontend/icons/business-icon.png b/public/frontend/icons/business-icon.png new file mode 100644 index 0000000..b93c45e Binary files /dev/null and b/public/frontend/icons/business-icon.png differ diff --git a/public/images/testimonial/2022/12/06/07cc1afdbbe6c98fd67eefa227c746e2.jpeg b/public/images/testimonial/2022/12/06/07cc1afdbbe6c98fd67eefa227c746e2.jpeg deleted file mode 100644 index fdc7a80..0000000 Binary files a/public/images/testimonial/2022/12/06/07cc1afdbbe6c98fd67eefa227c746e2.jpeg and /dev/null differ diff --git a/public/images/testimonial/2022/12/06/f9b27f203e5a9d44412c6b70510bbc3d.png b/public/images/testimonial/2022/12/06/f9b27f203e5a9d44412c6b70510bbc3d.png deleted file mode 100644 index 2223c23..0000000 Binary files a/public/images/testimonial/2022/12/06/f9b27f203e5a9d44412c6b70510bbc3d.png and /dev/null differ diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index a5f0a06..8dceb2b 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -121,8 +121,8 @@

Visa Services

diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 35d572a..bc1ac0c 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -47,16 +47,16 @@
-
{{$visa_approved->value ?? ''}}
(This year) +
{{$visa_approved->value ?? ''}} (This year)
{{$partner_institution->value ?? ''}}
- -
50+ Employers
-
+ +
{{$employers->value ?? ''}}
+ @@ -213,6 +213,7 @@ + @if(count($testimonials) > 0)

What our Clients say about us?

@@ -245,6 +246,7 @@
+ @endif