Commit 6731fa1f2cd4bdb8cac51375c6ff0677f7632ace
1 parent
e13f866ddc
Exists in
master
and in
1 other branch
Избранные вакансии - правки
Showing 1 changed file with 8 additions and 6 deletions Side-by-side Diff
resources/views/workers/favorite.blade.php
... | ... | @@ -76,7 +76,9 @@ |
76 | 76 | <div class="main__employer-page-two-item-text-links"> |
77 | 77 | @if (isset($Q->jobs)) |
78 | 78 | @foreach ($Q->jobs as $key => $j) |
79 | - <a>“{{ $j->name }}” – з/п от @if (isset($Q->jobs_code[$key]->min_salary)) {{ $Q->jobs_code[$key]->min_salary }} @endif - @if (isset($Q->jobs_code[$key]->max_salary)) {{ $Q->jobs_code[$key]->max_salary }} @endif рублей (на руки)</a> | |
79 | + <a>“{{ $j->name }}” | |
80 | + <!--– з/п от if (isset($Q->jobs_code[$key]->min_salary)) { $Q->jobs_code[$key]->min_salary }} endif - if (isset($Q->jobs_code[$key]->max_salary)) { $Q->jobs_code[$key]->max_salary }} endif рублей (на руки)--> | |
81 | + </a> | |
80 | 82 | @endforeach |
81 | 83 | @endif |
82 | 84 | </div> |
... | ... | @@ -87,24 +89,24 @@ |
87 | 89 | {!! $Q->text !!} |
88 | 90 | </div> |
89 | 91 | </div> |
90 | - <div class="main__employer-page-two-item-text"> | |
92 | + <!--<div class="main__employer-page-two-item-text"> | |
91 | 93 | <div class="main__employer-page-two-item-text-name">Наши ожидания:</div> |
92 | 94 | <div class="main__employer-page-two-item-text-body"> |
93 | - {!! $Q->description !!} | |
95 | + !! $Q->description !!} | |
94 | 96 | </div> |
95 | 97 | </div> |
96 | 98 | <div class="main__employer-page-two-item-text"> |
97 | 99 | <div class="main__employer-page-two-item-text-name">Резюме направляйте на почту:</div> |
98 | 100 | <div class="main__employer-page-two-item-text-body"> |
99 | - {!! $Q->contacts_emails !!} | |
101 | + !! $Q->contacts_emails !!} | |
100 | 102 | </div> |
101 | 103 | </div> |
102 | 104 | <div class="main__employer-page-two-item-text"> |
103 | 105 | <div class="main__employer-page-two-item-text-name">Или звоните:</div> |
104 | 106 | <div class="main__employer-page-two-item-text-body"> |
105 | - {!! $Q->contacts_telephones !!} | |
107 | + !! $Q->contacts_telephones !!} | |
106 | 108 | </div> |
107 | - </div> | |
109 | + </div>--> | |
108 | 110 | <div class="main__employer-page-two-item-tags"> |
109 | 111 | @if (isset($Q->jobs)) |
110 | 112 | @foreach ($Q->jobs as $key => $j) |