welcome-blade

aplus#22
Mahesh Sharma 2 years ago
parent 99fb3be395
commit c2cae4470c
  1. 2
      resources/views/welcome.blade.php

@ -248,7 +248,7 @@
@endif @endif
@if(!is_null($email)) @if(!is_null($email))
<a href="mailto: {{$email->value}}" class="contact-phone"> <a href="mailto: {{$email->value}}" class="contact-phone">
<img src="{{url('frontend/icons/email-Icon.svg')}}" alt=""> <img src="{{url('frontend/icons/contact-mail-icon.svg')}}" alt="">
<h5>{{$email->value}}</h5> <h5>{{$email->value}}</h5>
</a> </a>
@endif @endif

Loading…
Cancel
Save