@extends('statistics.module.layouts.content')
@push('meta')
@endpush
@push('css')
@endpush
@push('js')
@endpush
@section('content')
@include('statistics.module.section.left_menu')
本周活跃企业数
{{$week_companies}}
本月累计数:{{$month_companies}}
较上周:{{$company_gap}}
本周活跃个人数
{{$week_persons}}
本月累计数:{{$month_persons}}
较上周:{{$person_gap}}
当前有效岗位数{{$job_num}}
{{--
{{$more_job_rate}}%相比上月数据量
--}}
当前有效简历数{{$resume_num}}
{{--
{{$more_resume_rate}}%相比上月数据量
--}}
现场招聘会数据
已举办场次:{{$jobfair_bum}}
累计进场人数:{{$jobfair_visitor_num}}
@endsection
@section('script')
@endsection