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/4104d067dbea2863c2dcbc6e10e8f80f32014300?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
6 changed files with
32 additions and
48 deletions
public/frontend/css/style.css
public/frontend/icons/contact-call-icon.svg
public/frontend/icons/contact-location-icon.svg
public/frontend/icons/contact-mail-icon.svg
resources/views/contact.blade.php
resources/views/insurance.blade.php
@ -1731,7 +1731,7 @@ Responsive Codes
display : none ;
display : none ;
}
}
. contact-form {
. contact-form {
margin : 10px ;
margin : 25px 0 ;
}
}
. contact-captcha {
. contact-captcha {
display : flex ;
display : flex ;
File diff suppressed because one or more lines are too long
Width:
|
Height:
|
Size: 34 KiB
Width:
|
Height:
|
Size: 770 B
File diff suppressed because one or more lines are too long
Width:
|
Height:
|
Size: 24 KiB
Width:
|
Height:
|
Size: 7.9 KiB
File diff suppressed because one or more lines are too long
Width:
|
Height:
|
Size: 16 KiB
Width:
|
Height:
|
Size: 712 B
@ -36,27 +36,21 @@
one of our migration agents will be in touch.
one of our migration agents will be in touch.
< / p >
< / p >
< div class = "contact-desc" >
< div class = "contact-desc" >
@if($phone !== null)
@if(!is_null($phone))
< a href = "tel: {{$phone->value}}" class = "contact-phone" >
< a href = "tel: {{$phone->value}}" class = "contact-phone" >
< div class = "contact-icons" >
< img src = "{{url('frontend/icons/contact-call-icon.svg')}}" alt = "" >
< img src = "{{url('frontend/icons/contact-call-icon.svg')}}" class = "img-fluid" alt = "" >
< / div >
< h5 > {{$phone->value}}< / h5 >
< h5 > {{$phone->value}}< / h5 >
< / a >
< / a >
@endif
@endif
@if($email !== null)
@if(!is_null($email))
< a href = "mailto: {{$email->value}}" class = "contact-phone" >
< a href = "mailto: {{$email->value}}" class = "contact-phone" >
< div class = "contact-icons" >
< img src = "{{url('frontend/icons/contact-mail-icon.svg')}}" alt = "" >
< img src = "{{url('frontend/icons/contact-mail-icon.svg')}}" class = "img-fluid" alt = "" >
< / div >
< h5 > {{$email->value}}< / h5 >
< h5 > {{$email->value}}< / h5 >
< / a >
< / a >
@endif
@endif
@if($address !== null)
@if(!is_null($address))
< a href = "https://goo.gl/maps/mWCCxJALdeLuwxbSA" target = "_blank" class = "contact-phone" >
< a href = "https://goo.gl/maps/P4Y2PYGMpGa83L2R8" target = "_blank" class = "contact-phone" >
< div class = "contact-icons" >
< img src = "{{url('frontend/icons/contact-location-icon.svg')}}" alt = "" >
< img src = "{{url('frontend/icons/contact-location-icon.svg')}}" class = "w-100" alt = "" >
< / div >
< h5 > {{$address->value}}< / h5 >
< h5 > {{$address->value}}< / h5 >
< / a >
< / a >
@endif
@endif
@ -28,10 +28,10 @@
< ul >
< ul >
< li > Find the right cover for you< / li >
< li > Find the right cover for you< / li >
< li > We'll do the paperwork< / li >
< li > We'll do the paperwork< / li >
< li > Choose your preferred H ospital< / li >
< li > Choose your preferred h ospital< / li >
< li > Save on Tax< / li >
< li > Save on Tax< / li >
< li > Avoid Long Waiting L ist< / li >
< li > Avoid long waiting l ist< / li >
< li > Peace of M ind< / li >
< li > Peace of m ind< / li >
< / ul >
< / ul >
< / div >
< / div >
< / div >
< / div >