@yield('content')
@if(isset($sidebarInfo))
@endif
@if($sidebarInfo['sideCompanies'])
@if(count($sidebarInfo['sideCompanies']))
@endif
@endif
@if ($isFrontPage)
@if(count($sidebarInfo['newCompanies']))
@endif
@endif
{{-- data-toggle="modal" data-target="#request-modal" --}}
Подайте заявку
на участие
в рейтинге Участвовать {{-- @if(count($sidebarInfo['sideArticles']))
@endif
@if(count($sidebarInfo['sideQuestions']))
@endif
--}}
ТОП
3 компании
@include('sections.topthree')
Последние добавленные
@foreach($sidebarInfo['newCompanies'] as $company)
img") : $company->logo }}" alt="{{$company->name}}">
{{$company->name}}
{{--
@if($company->jobs_count != 0)
@php $success_percent = round( ($company->jobs_count - $company->in_work - $company->write_off_denial)/$company->jobs_count*100 ) @endphp
@if($company->id == 1)
99%
@else
{{$success_percent}}%
@endif
@else
98%
@endif
--}}
@endforeach
на участие
в рейтинге Участвовать {{-- @if(count($sidebarInfo['sideArticles']))
Статьи о банкростве
-
@foreach($sidebarInfo['sideArticles'] as $article)
- {{$article->title}} @endforeach
Вопросы - ответы
-
@foreach($sidebarInfo['sideQuestions'] as $question)
- {{$question->title}} @endforeach
}})
}})