Fix bug on client overview page

This commit is contained in:
Hillel Coren 2018-02-26 19:53:51 +02:00
parent 13d2b82c1d
commit 6cf2635979

View File

@ -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)