Fix bug on client overview page
This commit is contained in:
parent
9664b0531d
commit
2e80896387
1 changed files with 3 additions and 1 deletions
|
|
@ -128,7 +128,9 @@
|
|||
@if ($client->industry && $client->size)
|
||||
|
|
||||
@endif
|
||||
{{ $client->size->name }}<br/>
|
||||
@if ($client->size)
|
||||
{{ $client->size->name }}<br/>
|
||||
@endif
|
||||
@endif
|
||||
|
||||
@if ($client->website)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue