Fix for website link in client portal dashboard
This commit is contained in:
parent
710200ef3f
commit
d22d8f8d01
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
</div>
|
||||
<div class="col-md-3 address-details">
|
||||
@if ($account->website)
|
||||
<i class="fa fa-globe" style="width: 20px"></i><a href="{{ $account->website }}" target="_blank">{{ $account->website }}</a><br/>
|
||||
<i class="fa fa-globe" style="width: 20px"></i><a href="{{ Utils::addHttp($account->website) }}" target="_blank">{{ $account->website }}</a><br/>
|
||||
@endif
|
||||
@if ($account->work_phone)
|
||||
<i class="fa fa-phone" style="width: 20px"></i>{{ $account->work_phone }}<br/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue