@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) @endforeach @else @endif
公司名称人数
{{$v['company_name']}} {{$v['count']}}
暂无数据
@endsection @section('script') @endsection