@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.timer')
投递前50的企业
详细数据
公司名称 | 人数 |
@if($company_applys)
@foreach($company_applys as $k=>$v)
{{$v['company_name']}} |
{{$v['count']}} |
@endforeach
@else
暂无数据 |
@endif
@endsection
@section('script')
@endsection