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/25ba8f6b78f9e9d080b0a8673ddc76fafedc89b8?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
5 additions and
2 deletions
BIN
public/frontend/images/footer-logo.png
BIN
public/frontend/images/immigration-lawyers.png
resources/views/layout/app.blade.php
Width:
|
Height:
|
Size: 18 KiB
Width:
|
Height:
|
Size: 36 KiB
Width:
|
Height:
|
Size: 34 KiB
@ -113,9 +113,9 @@
< div class = "row" >
< div class = "col-md-3" >
< div class = "footer-desc" >
< img src = "{{ url(App\Models\Setting::where('slug', 'logo')->first()->value ?? ' ')}}" class = "img-fluid" alt = "" >
< img src = "{{url('frontend/images/footer-logo.png ')}}" class = "img-fluid" alt = "" >
< p > A PLUS Australia Agency, we strive to turn your dream into reality. We help you to achieve Permanent Residency in Australia.< / p >
< img src = "{{url('frontend/images/immigration-lawyers.png')}}" class = "img-fluid mt-4 " alt = "" >
< img src = "{{url('frontend/images/immigration-lawyers.png')}}" class = "img-fluid mt-3 " alt = "" >
< / div >
< / div >
< div class = "col-md-3" >
@ -153,6 +153,9 @@
< / div >
< / div >
< div class = "footer-bottom" >
< div class = "copyright" >
< p > MIGRATION AGENT’S NUMBER MARN: 1463534< / p >
< / div >
< div class = "copyright" >
< p > APLUS © 2022. All Rights Reserved.< / p >
< / div >