@extends('module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
{{$info->companyname}} {{--认证企业--}} @if($info->audit == 1) @endif {{--企业套餐信息--}} @if($info->setmeal_id >1) @if($info->setmeal_img) @else @endif @endif @if(get_subsite_open()&&$info->subsite_cn) 来源:{{$info->subsite_cn }} @endif
{{$info->district_cn}}  {{$info->nature_cn}}  {{$info->trade_cn}}  @if($info->registered !== null) {{$info->registered}}{{$info->currency}}  @endif {{$info->scale_cn}}
{{count($jobs)}}个
招聘会职位
{{$info->reply_ratio}}%
简历及时处理率
{{$info->reply_time}}
简历处理平均用时
{{$info->last_login_time}}
企业最近登录
@if($info->focus==1) 取消关注 @else 关注 @endif
粉丝:{{$info->fans}}
公司主页 @if($jobs->isNotEmpty()) 招聘会职位({{count($jobs)}}) @endif
企业介绍
{!! nl2br($info->company_profile) !!}
@if($info->img)
企业风采
    @foreach($info->img as $k=>$vo)
  • @endforeach
@endif
@if($info->tag_arr)
企业福利
@foreach($info->tag_arr as $k=>$v)
{{$v['demand']}}
@endforeach
@endif @if($jobs->isNotEmpty())
招聘会职位
@foreach($jobs as $k=>$vo) @endforeach
@endif
@if($jobs->isNotEmpty() && $jobfair->holddate_end > time()) @endif
给我留言
发 送
@if($other_companys) @endif
{{-- 页脚 --}} @endsection @section('script') @endsection