@extends('app.hardware.layout.hardware') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
  • {{$info->jobs_name}} {{$info->wage_cn}} {{date('Y-m-d', strtotime($info->created_at))}}
    {{$info->company_name}}   {{$info->company->scale_cn}}  |  {{$info->company->nature_cn}}  |  {{$info->company->trade_cn}}
    @if($info->sex ==0){{"性别"}}@endif{{$info->sex_cn}}/{{$info->education_cn == '不限'?'学历不限':$info->education_cn}}/{{$info->experience_cn == '不限'?'经验不限':$info->experience_cn}} {{$info->district_cn}} 咨询热线: @if($info->company->landline_tel && $info->company->landline_tel != '--') {{$info->company->landline_tel}} @else {{$info->company->mobile}} @endif
    @if($info->tag_cn) @foreach($info->tag_cn as $k=>$v) {{$v}} @endforeach @endif
职位描述
{!! nl2br($info->jobs_content) !!}
@endsection @section('script') @endsection