Fix for client overview

This commit is contained in:
Hillel Coren 2018-03-13 08:14:24 +02:00
parent e812234314
commit e811c8027a

View File

@ -124,7 +124,9 @@
@endif @endif
@if ($client->industry || $client->size) @if ($client->industry || $client->size)
{{ $client->industry->name }} @if ($client->industry)
{{ $client->industry->name }}
@endif
@if ($client->industry && $client->size) @if ($client->industry && $client->size)
| |
@endif @endif