@extends('layouts.datatable') @section('table')

统计数据

@foreach($th as $h) @endforeach @foreach($table as $data) @endforeach
{{ $h }}
{{ $data->bzc_name }} {{ $data->quanj }} {{ $data->chaj }} {{ $data->tongj }} {{ $data->zongj }}
{{-- /.boc-body--}}
@endsection