Fixes for client portal login
This commit is contained in:
parent
026d3e17a7
commit
cde5363c97
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
</div>
|
||||
@endif
|
||||
|
||||
@if(!empty($company->present()->website()))
|
||||
@if(!is_null($company) && !empty($company->present()->website()))
|
||||
<div class="mt-5 text-center">
|
||||
<a class="button-link text-sm" href="{{ $company->present()->website() }}">
|
||||
{{ ctrans('texts.back_to', ['url' => parse_url($company->present()->website())['host'] ?? $company->present()->website() ]) }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue