Commit eda864c1e50db74e9b6ad53922c04a43b590fe87

Authored by Андрей Ларионов
1 parent 6731fa1f2c

Коммит карточка компании - вакансии

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

resources/views/vacance-item.blade.php
... ... @@ -116,7 +116,9 @@
116 116 <div class="main__employer-page-two-item-text-links">
117 117 @if (isset($Q->jobs))
118 118 @foreach ($Q->jobs as $key => $j)
119   - <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>
  119 + <a>“{{ $j->name }}”
  120 + <!--– з/п от 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 рублей (на руки)-->
  121 + </a>
120 122 @endforeach
121 123 @endif
122 124 </div>
... ... @@ -127,23 +129,23 @@
127 129 {!! $Q->text !!}
128 130 </div>
129 131 </div>
130   - <div class="main__employer-page-two-item-text">
  132 + <!--<div class="main__employer-page-two-item-text">
131 133 <div class="main__employer-page-two-item-text-name">Наши ожидания:</div>
132 134 <div class="main__employer-page-two-item-text-body">
133   - {!! $Q->description !!}
  135 + !! $Q->description !!}
134 136 </div>
135 137 </div>
136 138 <div class="main__employer-page-two-item-text">
137 139 <div class="main__employer-page-two-item-text-name">Резюме направляйте на почту:</div>
138 140 <div class="main__employer-page-two-item-text-body">
139   - {!! $Q->contacts_emails !!}
  141 + !! $Q->contacts_emails !!}
140 142 </div>
141 143 <div class="main__employer-page-two-item-text">
142 144 <div class="main__employer-page-two-item-text-name">Или звоните:</div>
143 145 <div class="main__employer-page-two-item-text-body">
144   - {!! $Q->contacts_telephones !!}
  146 + !! $Q->contacts_telephones !!}
145 147 </div>
146   - </div>
  148 + </div>-->
147 149  
148 150 <div class="main__employer-page-two-item-tags">
149 151 @if (!empty($Q->jobs_code[0]->position_ship))