@extends('statistics.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
@include('statistics.module.section.left_menu')
@include('statistics.module.section.compare_timer')
学历对比
详细数据
@if($data) @foreach($data as $k=>$v) @endforeach @else @endif
学历 需求人数 求职人数 求人倍率
{{$v['education_cn']}} {{$v['job_num']}} {{$v['resume_num']}} {{$v['rate']}}
合计 {{$job_total}} {{$resume_total}} {{$resume_total>0?sprintf("%.2f", (int)$job_total/(int)$resume_total):'0'}}
暂无数据
@endsection @section('script') @endsection