@extends('jkq.module.layouts.company')
@push('meta')
@endpush
@push('css')
@endpush
@section('content')
@include('jkq.module.section.jobs_left')
全部职位
发布中的职位
未显示的职位
@if($company_setmeal->jobs_meanwhile <= $jobsCount )
@else
@endif
小提示
亲爱的HR,您的账号可同时发布 {{$company_setmeal->jobs_meanwhile or 0}} 个职位,剩余 {{ $company_setmeal->jobs_meanwhile-$jobsCount>0 ? $company_setmeal->jobs_meanwhile-$jobsCount : 0 }} 个职位。
已过期或者已关闭的职位,点击恢复按钮恢复职位
@if(!$jobsList->total())
@if($type == 2)
暂无职位
@else
亲爱的HR,您还没有显示中的职位,若已发布,请您查看审核中的职位
想要快速找到合适的人才,就赶紧发布职位招揽人才吧~
@endif
@if($company_setmeal->jobs_meanwhile <= $jobsCount )
发布职位>>
@else
发布职位>>
@endif
@else
@endif
@endsection
@section('script')
@endsection