Commit a0ded4415907d883869705dff7995bc199908cd3

Authored by Андрей Ларионов
1 parent 658f3770ae

Карточки вакансий - критическое обновление

Showing 1 changed file with 7 additions and 6 deletions Side-by-side Diff

resources/views/list_vacancies.blade.php
... ... @@ -242,7 +242,8 @@
242 242 <div class="main__employer-page-two-item-text-links">
243 243 @if (isset($Q->jobs))
244 244 @foreach ($Q->jobs as $key => $j)
245   - <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>
  245 + <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 рублей (на руки)-->
  246 + </a>
246 247 @endforeach
247 248 @endif
248 249 </div>
... ... @@ -254,24 +255,24 @@
254 255 {!! $Q->text !!}
255 256 </div>
256 257 </div>
257   - <div class="main__employer-page-two-item-text">
  258 + <!--<div class="main__employer-page-two-item-text">
258 259 <div class="main__employer-page-two-item-text-name">Наши ожидания:</div>
259 260 <div class="main__employer-page-two-item-text-body">
260   - {!! $Q->description !!}
  261 + !! $Q->description !!}
261 262 </div>
262 263 </div>
263 264 <div class="main__employer-page-two-item-text">
264 265 <div class="main__employer-page-two-item-text-name">Резюме направляйте на почту:</div>
265 266 <div class="main__employer-page-two-item-text-body">
266   - {!! $Q->contacts_emails !!}
  267 + !! $Q->contacts_emails !!}
267 268 </div>
268 269 </div>
269 270 <div class="main__employer-page-two-item-text">
270 271 <div class="main__employer-page-two-item-text-name">Или звоните:</div>
271 272 <div class="main__employer-page-two-item-text-body">
272   - {!! $Q->contacts_telephones !!}
  273 + !! $Q->contacts_telephones !!}
273 274 </div>
274   - </div>
  275 + </div>-->
275 276  
276 277 <div class="main__employer-page-two-item-tags">
277 278 @if (!empty($Q->jobs_code[0]->position_ship))