@extends('mobile.module.layouts.empty')
@push('meta')
@endpush
@push('css')
@if(get_subsite_id() > 0)
@endif
@endpush
@push('js')
@endpush
@section('content')
@if($info->preview == 0)
@if($info->focus==1)
取消关注
@else
关注
@endif
@endif
{{$info->companyname}}
@if($info->audit == 1)
}})
@endif
@if($info->setmeal_id >1)
{{--
}})
--}}
}})
@endif
{{$info->nature_cn}} | {{$info->scale_cn}} | {{$info->district_cn}}
@if($info->subsite_cn)
来源:{{$info->subsite_cn}}
@endif
{{--公司名片--}}
规模{{$info->scale_cn}}
行业{{$info->trade_cn}}
@if($info->website)
网址{{$info->website_}}
@endif
地址{{$info->address}}
{{--公司福利--}}
@if($info->tag_arr)
公司福利
@foreach($info->tag_arr as $k=>$v)
{{$v['demand']}}
@endforeach
@endif
{{--公司简介--}}
公司简介
{!! nl2br($info->company_profile) !!}
{{--企业风采--}}
@if($info->img)
@endif
{{--联系方式--}}
联系方式
@if($info->hide)
请登录后查看联系方式
@endif
@if($info->landline_tel)
{!! $info->landline_tel !!}
@endif
@if($info->mobile)
{!! $info->mobile !!} ({{$info->contact}})
@endif
{!! $info->email !!}
{{$info->address}}
@if($info->map_x >0 && $info->map_y>0)
[地图]
@endif
面试过程中,遇到用人单位收取费用请提高警惕!
{{--在招职位--}}
@if($jobs)
该企业正在招聘
@foreach($jobs as $k=>$vo)
$vo->id])}}'">
{{$vo->district_cn}} | {{$vo->education_cn}} | {{$vo->experience_cn}}
{{$vo->wage_cn}}
{!! daterange(time(), $vo->refresh_time, 'Y-m-d', "#FF3300") !!}
@endforeach
@endif
{{--地图--}}
@endsection
@section('script')
@endsection