@extends('module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
招聘会时间、地点
举办时间:{{date('Y年m月d日 H:i',$jobfair->holddate_start)}} - {{date('Y年m月d日 H:i',$jobfair->holddate_end)}}
预定时间:{{date('Y年m月d日 H:i',$jobfair->predetermined_start)}} - {{date('Y年m月d日 H:i',$jobfair->predetermined_end)}}
举办地点:{{ $jobfair->address }}
摊位设置及费用
展位数量/剩余:{{ $jobfair->standsTotal->count() }}/{{ $jobfair->standsSurplus }}
摊位设置及费用:@if($jobfair->is_commonweal ==3) 免费 @elseif ($jobfair->is_commonweal ==2) {{ $jobfair->predetermined_point }}积分 @else {{ $jobfair->jobsfair_num }}场次 @endif
联系方式
联系方式:{{ $jobfair->phone }}
举办地点:{{ $jobfair->address }}
乘车路线:{{ $jobfair->bus or '' }}
招聘会场地:
招聘会展位图

现参加该现场招聘的商家有{{ $companyList->count() }}家,招聘岗位有{{ $jobsCount }}个,需求人才数{{$needPersonCount}}个,还剩{{$jobfair->standsSurplus}}个空余展位,用人单位可点击申请展位
  • 可以预定
  • 审核中
  • 预定成功
  • 预留已锁定
@endsection @section('script') @endsection