Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/AplusAgency/commit/afe69b3ecec973109888b486735df42856d6fd03?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
7 changed files with
10 additions and
7 deletions
app/Http/Controllers/HomeController.php
BIN
public/frontend/.DS_Store
BIN
public/frontend/icons/business-icon.png
BIN
public/images/testimonial/2022/12/06/07cc1afdbbe6c98fd67eefa227c746e2.jpeg
BIN
public/images/testimonial/2022/12/06/f9b27f203e5a9d44412c6b70510bbc3d.png
resources/views/layout/app.blade.php
resources/views/welcome.blade.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(){
Width:
|
Height:
|
Size: 2.0 KiB
Width:
|
Height:
|
Size: 34 KiB
Width:
|
Height:
|
Size: 532 KiB
@ -121,8 +121,8 @@
< div class = "visa-services" >
< h2 > Visa Services< / h2 >
< ul >
@foreach($services as $service)
< li > < a href = "{{url('/service/'.$service->slug)}}" > {{$service->name}}< / a > < / li >
@foreach($visa_ services as $service)
< li > < a href = "{{url('/visa_ service/'.$service->slug)}}" > {{$service->name}}< / a > < / li >
@endforeach
< / ul >
@ -47,16 +47,16 @@
< / div >
< div class = "achivement-sec" >
< img src = "{{url('frontend/icons/visa-approved.svg')}}" alt = "" >
< h5 > {{$visa_approved->value ?? ''}}< / h5 > < span > (This year)< / span >
< h5 > {{$visa_approved->value ?? ''}} < span > (This year)< / span > < / h5 >
< / div >
< div class = "achivement-sec" >
< img src = "{{url('frontend/icons/institution.svg')}}" alt = "" >
< h5 > {{$partner_institution->value ?? ''}}< / h5 >
< / div >
< div class = "achivement-sec" >
< img src = "{{url('frontend/icons/institution.sv g')}}" alt = "" >
< h5 > 50+ Employers < / h5 >
< / div >
< img src = "{{url('frontend/icons/business-icon.pn g')}}" alt = "" >
< h5 > {{$employers->value ?? ''}} < / h5 >
< / div >
< / div >
< / section >
<!-- Achievement section -->
@ -213,6 +213,7 @@
< / section >
<!-- news and update section -->
<!-- clients section -->
@if(count($testimonials) > 0)
< section class = "clients-section" >
< div class = "clients-header text-center" >
< h2 > What our Clients say about us?< / h2 >
@ -245,6 +246,7 @@
< / div >
< / section >
@endif
<!-- clients section -->
<!-- cotact section -->
< section class = "quick-enquiry-setion" >