@include('sections.breadcrumbs')
Поиск по: {{$s}}
@if ( count($companies) || count($articles) || count($lawyers) || count($questions) )
@foreach($companies as $company)
-
{{$company->name}}
Компания
@endforeach
@foreach($articles as $article)
-
{{$article->title}}
Статья
@endforeach
@foreach($lawyers as $lawyer)
-
{{$lawyer->second_name}} {{$lawyer->first_name}} {{$lawyer->patronymic_name}}
Управляющий
@endforeach
@foreach($questions as $question)
-
{{$question->title}}
Вопросы
@endforeach
@else
По запросу {{$s}} ничего не найдено.
@endif