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/261c2a78305eec30ec54ff27cee27cd7e5b26252?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
10 additions and
4 deletions
public/frontend/css/style.css
resources/views/service_view.blade.php
@ -382,7 +382,8 @@ Responsive Codes
. service-primary . row ,
. service-secondary . row ,
. service-view-last . row ,
. insurance-desc . row {
. insurance-desc . row ,
. service-detail-secondary . row {
display : flex ;
align-items : center ;
}
@ -1496,6 +1497,10 @@ Responsive Codes
. service-primary-img {
margin-right : 25px ;
}
. service-detail-secondary {
padding : 3rem 6rem 0 6rem ;
background : # E54A5F ;
}
. service-secondary {
position : relative ;
padding : 3rem 6rem ;
@ -1792,7 +1797,8 @@ Responsive Codes
. insurance-desc ,
. labor-section-primary ,
. labor-section-secondary ,
. pathway-steps-section {
. pathway-steps-section ,
. service-detail-secondary {
padding : 2rem ;
}
. visa-services ,
@ -42,10 +42,10 @@
< / section >
@if($service_sections->count() > 1)
@php $second_service = $service_sections[1];@endphp
< section class = "service-secondary" >
< section class = "service-detail- secondary" >
< div class = "row" >
< div class = "col-md-6" >
< div class = "service-secondary-img" >
< div class = "service-detail- secondary-img" >
< img src = "{{url($second_service->image ?? '')}}" class = "w-100" alt = "" >
< / div >
< / div >