Commit e4a225e47287fce66f1d14053bf39f1bfd6f2f7c
1 parent
1a8d1192ea
Exists in
master
and in
1 other branch
Коммит по ссылке на резюме работника
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
resources/views/employers/dialog.blade.php
... | ... | @@ -98,8 +98,8 @@ |
98 | 98 | </div> |
99 | 99 | </div> |
100 | 100 | </div> |
101 | - @if (isset($companion->worker->id)) | |
102 | - <a href="{{ route('resume_profile', ['worker' => $companion->worker->id]) }}" class="button chatbox__toper-button"> | |
101 | + @if (isset($companion->workers[0]->id)) | |
102 | + <a href="{{ route('resume_profile', ['worker' => $companion->workers[0]->id]) }}" class="button chatbox__toper-button"> | |
103 | 103 | <svg> |
104 | 104 | <use xlink:href="{{ asset('images/sprite.svg#cabinet-1') }}"></use> |
105 | 105 | </svg> |