Blame view

resources/views/ajax/new_sky.blade.php 476 Bytes
98484071e   Андрей Ларионов   Обновленная стран...
1
2
3
4
5
6
7
8
9
10
11
12
  <div class="vacancies__list-col">
      @include('block_real', ['flot' => $flot_paluba, 'title' => 'Палуба'])
  </div>
  <div class="vacancies__list-col">
      @include('block_real', ['flot' => $flot_MO, 'title' => 'МО'])
  </div>
  <div class="vacancies__list-col">
      @include('block_real', ['flot' => $flot_radovie, 'title' => 'Рядовые'])
  </div>
  <div class="vacancies__list-col">
      @include('block_real', ['flot' => $flot_prochee, 'title' => 'Прочее'])
  </div>