@if($search_type == 'resume')
搜简历
@elseif ($search_type == 'jobs_commpany')
搜职位
@else
搜公告
@endif
搜索
清空关键字
{{-- --}}{{--查询路由是否编码--}}
热门职位
{{--热门关键字 12--}}
@if($hotWords)
@php $hotWords = array_slice($hotWords->toArray(), 0, 12);@endphp
@foreach($hotWords as $k=>$v)
+{{$v['w_word']}}
@endforeach
@endif